ID: 28801
Updated by: [EMAIL PROTECTED]
Reported By: tony2001 at phpclub dot net
-Status: Open
+Status: Closed
Bug Type: Zend Engine 2 problem
Operating System: Linux 2.4.23
PHP Version: 5CVS-2004-06-16 (dev)
New Comment:
Seems to be fixed.
Previous Comments:
------------------------------------------------------------------------
[2004-06-16 11:21:03] tony2001 at phpclub dot net
Description:
------------
Internal compiler error.
Reproduce code:
---------------
<?php
class Foo{
public function bar () {
self::$array[$ind]();
}
}
?>
Expected result:
----------------
I'm even not expect it to work, but error message asked it to be
reported, so here I am =)
Actual result:
--------------
Fatal error: Internal compiler error - please report! in /www/index.php
on line 5
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28801&edit=1