|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-02-09 01:36 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 07 00:00:02 2026 UTC |
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