ID:               35277
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         Arrays related
 Operating System: windows xp sp2
 PHP Version:      5.1.0RC6
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Dmitry, please take care of it..


Previous Comments:
------------------------------------------------------------------------

[2005-11-18 15:39:56] [EMAIL PROTECTED]

Description:
------------
PHP 5.1.0 seems to be overly paranoid when trying to detect a
recursion. I do not know the internals but I do not think this is a
duplicate of http://bugs.php.net/bug.php?id=29389.

Reproduce code:
---------------
$a = array(); $a[] = $a; var_dump($a);

Expected result:
----------------
array(1) { [0]=>  array(0) { } }

Actual result:
--------------
array(1) { [0]=>  array(1) { [0]=>  *RECURSION* } }


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35277&edit=1

Reply via email to