uopz_allow_exitAllows control over disabled exit opcode
&reftitle.description;
voiduopz_allow_exitboolallow
By default uopz disables the exit opcode, so exit calls
are practically ignored. uopz_allow_exit
allows to control this behavior.
&reftitle.parameters;
allow
Whether to allow the execution of exit opcodes or not.
&reftitle.returnvalues;
&return.void;
&reftitle.examples;
uopz_allow_exit example
]]>
&example.outputs;
&reftitle.notes;
OPcache optimizes away dead code after unconditional exit.
&reftitle.seealso;
uopz_get_exit_status