|
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] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04: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 ^