From:             autosoft at ua dot fm
Operating system: WinXP SP1
PHP version:      5.0.4
PHP Bug Type:     Reproducible crash
Bug description:  Unnormal completion PHP 5.1.b0

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 bug report at http://bugs.php.net/?id=33555&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33555&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33555&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33555&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33555&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33555&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33555&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33555&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33555&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33555&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33555&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33555&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33555&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33555&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33555&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33555&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33555&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33555&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33555&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33555&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33555&r=mysqlcfg

Reply via email to