ID: 32428 Updated by: [EMAIL PROTECTED] Reported By: jason at amp-design dot net -Status: Verified +Status: Closed Bug Type: Zend Engine 2 problem Operating System: Cent OS 3 PHP Version: 5CVS-2005-03-23 (dev) New Comment:
Fixed in CVS HEAD. Previous Comments: ------------------------------------------------------------------------ [2005-03-23 16:46:55] [EMAIL PROTECTED] I can confirm this issue. (reproducible in HEAD only) ------------------------------------------------------------------------ [2005-03-23 13:46:53] jason at amp-design dot net Description: ------------ The @ operator that is used to supress errors about warnings and other non critical errors such as notices seems to be broken in this mornings snapshot of 5.1.0. This is quite fustrating as it's handy to use the @ operator when you want pass NULL when the variable doesn't exist. Reproduce code: --------------- <?php $data = @$not_exists; ?> Expected result: ---------------- $data is assigned with NULL without an error message Actual result: -------------- Notice: Undefined variable: not_exists in /data/web/tools/iq_framework/test.php on line 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32428&edit=1
