|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 17:00:01 2025 UTC |
even if this is the intended behaviour there is one problem left: the loop stops at YZ and therefore you should assume that 'YZ' == 'Z' but echo ('YZ' == 'Z'?1:0); returns 0