|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-03 20:57 UTC] nlopess@php.net
[2005-07-11 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
Description: ------------ It is a code which is normally executed in PHP 5.0.4 But he causes the unnormal completion PHP 5.1.b0 Reproduce code: --------------- $essence = "goods"; global ${"{$essence}_SHOW_ID"}; if (isset(${"{$essence}_SHOW_ID"})) echo "a"; else echo "b"; Expected result: ---------------- Normal work this script in PHP 5.1b0 Actual result: -------------- Unnormal completion PHP 5.1.b0 It is exact error