|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-02-20 23:30 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 22:00:01 2025 UTC |
Description: ------------ While editing source, I findreplaced by mistake a tiny piece of my code in one of my files. I have then modified other files. When I tried to run my code, it crashed with Internal Server Error. Reproduce code: --------------- EXAMPLE CODE: <?php class foo { public function bar() { return $this->bar(); } } $f = new foo(); $f->bar(); ?> Expected result: ---------------- Internal Server Error Actual result: -------------- PHP Fatal Error or PHP Warning