From: jason at amp-design dot net Operating system: CentOS 4 / RHEL 3 PHP version: 5CVS-2005-04-26 (dev) PHP Bug Type: Scripting Engine problem Bug description: Undefined variable notice not appearing...
Description: ------------ In the lastest CVS snapshot (8.30 GMT today), the Undefined variable notice doesn't appear when concatenating to an undefined variable. I haven't tested this with other scenarios which may also bring up this error. Reproduce code: --------------- <?php error_reporting(E_ALL); $f .= 'fgfgf'; ?> Expected result: ---------------- Notice: Undefined variable: f Actual result: -------------- Nothing -- Edit bug report at http://bugs.php.net/?id=32835&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32835&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32835&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32835&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32835&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32835&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32835&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32835&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32835&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32835&r=support Expected behavior: http://bugs.php.net/fix.php?id=32835&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32835&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32835&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32835&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32835&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32835&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32835&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32835&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32835&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32835&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32835&r=mysqlcfg