Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23708 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13981 invoked by uid 1010); 26 May 2006 23:14:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13965 invoked from network); 26 May 2006 23:14:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2006 23:14:43 -0000 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:2809] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6A/17-17316-2EB87744 for ; Fri, 26 May 2006 19:14:43 -0400 Received: from localhost ([127.0.0.1] helo=peiscg33m) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1FjkrH-0001p9-00; Fri, 26 May 2006 15:32:39 -0700 Message-ID: <009501c6811a$29987d30$5c8be5a9@ohr.berkeley.edu> Reply-To: "Sara Golemon" To: "\"D. Dante Lorenso\"" Cc: References: <447768DF.1000203@vocalspace.com> Date: Fri, 26 May 2006 16:14:38 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: extension can not receive unset values without E_NOTICE or referencecreation From: pollita@php.net ("Sara Golemon") > Back on the topic of trying to write a 'filled' function in an > extension, I have run into trouble. I have declared a function as follows: > > Unfortunately, $x now contains a 'pig' key and the non-existent $y has > been transformed into an object: > Short answer: No. What you're trying to do can not be done from an extension. -Sara