|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 05:00:01 2025 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