ID: 31651
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Assigned
Bug Type: Zend Engine 2 problem
-Operating System: linux
+Operating System: *
-PHP Version: 4CVS-2005-01-22 (stable)
+PHP Version: 5.0.3
-Assigned To:
+Assigned To: helly
Previous Comments:
------------------------------------------------------------------------
[2005-01-22 04:16:24] [EMAIL PROTECTED]
Description:
------------
example / title pretty much covers it :)
Reproduce code:
---------------
php -r 'class a { var $a=array('a'=>1); } $c = new
ReflectionClass("a"); print_r($c->getdefaultProperties());'
Expected result:
----------------
Array
(
[a] => Array
(
[a] => 1
)
)
Actual result:
--------------
Array
(
[a] => Segmentation fault
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31651&edit=1