|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-06 23:28 UTC] [email protected]
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 11:00:02 2025 UTC |
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 ^