ID: 30344 Updated by: [EMAIL PROTECTED] Reported By: mail at patrickwitte dot de Status: Closed Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5.0.2 Assigned To: helly New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. 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
