ID: 33555 Updated by: [EMAIL PROTECTED] Reported By: autosoft at ua dot fm -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: WinXP SP1 PHP Version: 5.0.4 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-07-03 18:54:34] autosoft at ua dot fm 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33555&edit=1