|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-06 15:17 UTC] k at les dot cz
[2000-02-11 22:16 UTC] andrei at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 10 15:00:02 2026 UTC |
Following code crashes PHP with "Illegal instruction" in error_log: <?php function test() { undefined_function(); } register_shutdown_function('test'); ?> BTW if I try to register undefined function as a shutdown function, it doesn't crash, but it doesn't even warn, IMHO it's a bug too (but of course a small one :)