|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-25 17:06 UTC] hholzgra@php.net
[2001-10-25 17:12 UTC] jpm@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 11:00:02 2025 UTC |
The following print "ok". Isn't it a bug? $a = "a"; switch ($a) { case 0: echo "ok"; break; case "a": echo "a"; break; }