(PECL uopz 5, PECL uopz , PECL uopz 7)
uopz_get_exit_status — Retrieve the last set exit status
uopz_get_exit_status(): mixed
Retrieves the last set exit status, i.e. the value passed to exit().
This function has no parameters.
Example #1 uopz_get_exit_status() example
<?php exit(123); echo uopz_get_exit_status();?>
The above example will output:
123
OPcache optimizes away dead code after unconditional exit.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.uopz-get-exit-status.php