Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23231 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57667 invoked by uid 1010); 10 May 2006 17:23:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57652 invoked from network); 10 May 2006 17:23:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2006 17:23:56 -0000 X-PHP-List-Original-Sender: ralph@smashlabs.com X-Host-Fingerprint: 69.2.42.244 unknown Linux 2.4/2.6 Received: from ([69.2.42.244:52500] helo=users.smashlabs.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FF/6F-19568-CA122644 for ; Wed, 10 May 2006 13:23:56 -0400 Received: (qmail 24290 invoked by uid 210); 10 May 2006 12:23:36 -0500 Received: from 66.179.208.36 by users.smashlabs.com (envelope-from , uid 201) with qmail-scanner-1.24st (perlscan: 1.24st. Clear:RC:0(66.179.208.36):. Processed in 0.086426 secs); 10 May 2006 17:23:36 -0000 X-Qmail-Scanner-Mail-From: ralph@smashlabs.com via users.smashlabs.com X-Qmail-Scanner: 1.24st (Clear:RC:0(66.179.208.36):. Processed in 0.086426 secs Process 8416) Received: from unknown (HELO ?216.136.107.103?) (ralph@smashlabs.com@66.179.208.36) by 244.42.ntg.com with AES256-SHA encrypted SMTP; 10 May 2006 12:23:35 -0500 Message-ID: <446222C8.3090101@smashlabs.com> Date: Wed, 10 May 2006 12:28:40 -0500 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP6 OOP compiler feature question / request From: ralph@smashlabs.com (Ralph Schindler) Architectural restrictions aside, is it far off to ask if something like this could be possible in PHP6: value)) return false; else return true; } public function unset() { $this->value = 0; } } $test = new TestReservedKeywordMethods(); $test->isset(); $test->unset(); ?>