|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-05-17 17:06 UTC] johannes@php.net
-Status: Open
+Status: Bogus
[2010-05-17 17:06 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 12:00:02 2025 UTC |
Description: ------------ $page_id is defined as global and empty switch ( $page_id ) { case 0: echo '$page_id: ' . $page_id . '<br />'; break; default: break; } should go into the default tree, but uses the first one case 0. Test script: --------------- see above Expected result: ---------------- see above