|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-18 16:30 UTC] mike@php.net
[2006-02-26 01:00 UTC] php-bugs at lists dot php dot net
[2006-12-20 09:35 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 08:00:01 2025 UTC |
Description: ------------ php sort of exits executing this source code without propper parse error (which php4 reports correctly) problem is in that ";" after "function whatever()" Reproduce code: --------------- Hello there <?php class bug { function whatever(); { die("you wish"); } } ?> Expected result: ---------------- some parse error Actual result: -------------- <totally nothing>