On Fri, 26 May 2006 15:45:19 -0500
[EMAIL PROTECTED] ("D. Dante Lorenso") wrote:

> All,
> 
> 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:

It is perfectly normal and desired.

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.

-- Pierre

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to