Edit report at http://bugs.php.net/bug.php?id=53305&edit=1
ID: 53305 Updated by: fel...@php.net Reported by: fel...@php.net Summary: E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__ -Status: Assigned +Status: Closed Type: Bug Package: Scripting Engine problem PHP Version: Irrelevant Assigned To: felipe Block user comment: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-11-13 19:46:13] fel...@php.net Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=305327 Log: - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__) - Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE) ------------------------------------------------------------------------ [2010-11-13 19:19:50] fel...@php.net Description: ------------ See below. Test script: --------------- <?php define('__COMPILER_HALT_OFFSET__1', 1); Actual result: -------------- Notice: Constant __COMPILER_HALT_OFFSET__1 already defined ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53305&edit=1