Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68463 invoked by uid 1010); 26 May 2006 21:20:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68448 invoked from network); 26 May 2006 21:20:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2006 21:20:21 -0000 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.184.238 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.238:7189] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 46/52-17316-41177744 for ; Fri, 26 May 2006 17:20:20 -0400 Received: by wr-out-0506.google.com with SMTP id 69so143628wra for ; Fri, 26 May 2006 14:20:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a9d7Ct6UfPEQnApFCdaF7mMK5cmZalU9alOnkp5CK5RNvWkKlcSAoJMXWSGqT1NS/9G/RCvtYhMTS190+AWoNwVsTdwPXLCxk/o0ofduzq9CQM/ZQzMGRLssTQJ6dHyZ6XepIbW4OWuj9bMNY1/1e5IoKagJrFj0JcwYwdJC0yQ= Received: by 10.54.86.11 with SMTP id j11mr947559wrb; Fri, 26 May 2006 14:20:17 -0700 (PDT) Received: by 10.54.94.5 with HTTP; Fri, 26 May 2006 14:20:16 -0700 (PDT) Message-ID: Date: Fri, 26 May 2006 23:20:16 +0200 To: "D. Dante Lorenso" Cc: internals@lists.php.net In-Reply-To: <44776FD0.4040600@vocalspace.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <447768DF.1000203@vocalspace.com> <20060526225948.7afd13a4@localhost.localdomain> <44776FD0.4040600@vocalspace.com> Subject: Re: [PHP-DEV] Re: extension can not receive unset values without E_NOTICE or reference creation From: pierre.php@gmail.com (Pierre) On 5/26/06, D. Dante Lorenso wrote: > > It is perfectly normal and desired. > > > > Not desired. It is by design. > > The variable is fetched before entering your function. This fetch > > operation raises a E_NOTICE, create/initialize the ZVAL and pass it to > > your function. > > > > You miss the point. If the ZVAL was created and initialized already, > then I wouldn't be performing this exercise. It is because the ZVAL has > not been created that I am writing this extension. I have no idea about what exercise you are talking about, but my explanation is correct. If you do not understand it, please let me know which part you don't get. --Pierre