ID:               32835
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jason at amp-design dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: CentOS 4 / RHEL 3
 PHP Version:      5CVS-2005-04-26 (dev)
 New Comment:

Set display_errors to On.


Previous Comments:
------------------------------------------------------------------------

[2005-04-26 12:54:23] jason at amp-design dot net

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 this bug report at http://bugs.php.net/?id=32835&edit=1

Reply via email to