On Sat, 18 Jun 2005, Andi Gutmans wrote:

> I don't have time until Momday to run 4.3 and 4.4 with that code (bug #20953)
> Besides the warning will the result (even if bogus) be the same for both
> versions?

Yes:

[EMAIL PROTECTED]:/dat/dev/php$ php-4.3.11/sapi/cli/php -derror_reporting=2047 
/tmp/bug20953.php
Array
(
    [a] => 1
    [c] => 3
)



[EMAIL PROTECTED]:/dat/dev/php$ php-4.4dev/sapi/cli/php -derror_reporting=2047 
/tmp/bug20953.php
Notice: Only variable references should be returned by reference in 
/tmp/bug20953.php on line 2
Array
(
    [a] => 1
    [c] => 3
)


regards,
Derick
-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to