ID: 30344
Updated by: [EMAIL PROTECTED]
Reported By: mail at patrickwitte dot de
-Status: Open
+Status: Closed
Bug Type: Zend Engine 2 problem
Operating System: *
PHP Version: 5.0.2
Assigned To: helly
Previous Comments:
------------------------------------------------------------------------
[2004-10-06 22:12:05] mail at patrickwitte dot de
Description:
------------
see Summary
Reproduce code:
---------------
var_dump(Reflection::getModifierNames(1));
Expected result:
----------------
array(1) { [0]=> string(6) "static" }
Actual result:
--------------
array(1) { [0]=> string(7) "static " }
//with character #0 at this point ^
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30344&edit=1