Edit report at https://bugs.php.net/bug.php?id=65275&edit=1
ID: 65275 Comment by: david at grudl dot com Reported by: david at grudl dot com Summary: Calling exit() in a shutdown function does not change the exit value in CLI Status: Open Type: Bug Package: Scripting Engine problem PHP Version: Irrelevant Block user comment: N Private report: N New Comment: (btw numbers #65275 and #62725 are similar too :-) Previous Comments: ------------------------------------------------------------------------ [2013-07-16 17:44:34] david at grudl dot com Description: ------------ This code is exited with error code 111 in CGI, but under CLI the error code remains 255. register_shutdown_function(function(){ die(111); }); die(255); This bug is similar to https://bugs.php.net/bug.php?id=62725, but there is big difference between die(0) and die(255). ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65275&edit=1