php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28801 Internal compiler error with self::$array[$i]();
Submitted: 2004-06-16 11:21 UTC Modified: 2005-02-09 01:36 UTC
From: tony2001 at phpclub dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 5CVS-2004-06-16 (dev) OS: Linux 2.4.23
Private report: No CVE-ID: None
 [2004-06-16 11:21 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-09 01:36 UTC] tony2001@php.net
Seems to be fixed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Dec 03 05:00:01 2025 UTC