E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__

Bug #53305 E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__
Submitted: 2010-11-13 19:19 UTC Modified: 2010-11-13 19:46 UTC
From: felipe@php.net Assigned: felipe (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None

 [2010-11-13 19:19 UTC] felipe@php.net

Description:
------------
See below.

Test script:
---------------
<?php

define('__COMPILER_HALT_OFFSET__1', 1);

Actual result:
--------------
Notice: Constant __COMPILER_HALT_OFFSET__1 already defined 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2010-11-13 19:20 UTC] felipe@php.net

-Status: Open +Status: Assigned -Assigned To: +Assigned To: felipe

 [2010-11-13 19:46 UTC] felipe@php.net

-Status: Assigned +Status: Closed

 [2010-11-13 19:46 UTC] felipe@php.net

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.