|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-17 10:40 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 10:00:02 2025 UTC |
Description: ------------ register_shutdown_function can't recognize function "exit" Reproduce code: --------------- <?php register_shutdown_function("exit", 1); ?> Expected result: ---------------- Expect: Nothing will happen when these code being executed Actual result: -------------- Warning: register_shutdown_function(): Invalid shutdown callback 'exit' passed in a.php on line 2