From: ondrej at sury dot org Operating system: Linux PHP version: 4.4.0 PHP Bug Type: Scripting Engine problem Bug description: $GLOBALS variable doesn't get printed if used only once
Description: ------------ $GLOBALS variable is not printed out if: - used from inside string - used only once Code works fine in PHP5. Reproduce code: --------------- <?php $file = 'test'; echo __LINE__."${GLOBALS['file']}"."\n"; ?> Expected result: ---------------- 3test Actual result: -------------- 3 -- Edit bug report at http://bugs.php.net/?id=34123&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34123&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34123&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34123&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34123&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34123&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34123&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34123&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34123&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34123&r=support Expected behavior: http://bugs.php.net/fix.php?id=34123&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34123&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34123&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34123&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34123&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34123&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34123&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34123&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34123&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34123&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34123&r=mysqlcfg