Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32881 Return-Path: <131.php@cloudyks.org> Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50818 invoked by uid 1010); 20 Oct 2007 20:44:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50803 invoked from network); 20 Oct 2007 20:44:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2007 20:44:26 -0000 X-Host-Fingerprint: 82.66.98.222 131.cloudyks.org Received: from [82.66.98.222] ([82.66.98.222:6478] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/87-03598-8A86A174 for ; Sat, 20 Oct 2007 16:44:25 -0400 Message-ID: <3A.87.03598.8A86A174@pb1.pair.com> To: internals@lists.php.net References: <59.4C.00686.E8C68174@pb1.pair.com> <47187D00.7020406@cschneid.com> Date: Sat, 20 Oct 2007 22:44:24 +0200 Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Posted-By: 82.66.98.222 Subject: Re: [PHP-DEV] Undefined Constants behavior in PHP6 From: 131.php@cloudyks.org ("131") It's not always a structural issue :/ I'm sure non defined string interpretation is a bad thing I'm not a php core writter, but it have to be, even a little, more complicated to use undefined constants as there "string" value, than as "null" Maybe i'm the only one thinking that way. I'll try to handle this by myself with parsekit & runkit ...