uopz_allow_exit Allows control over disabled exit opcode &reftitle.description; voiduopz_allow_exit boolallow 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; <function>uopz_allow_exit</function> example ]]> &example.outputs; &reftitle.notes; OPcache optimizes away dead code after unconditional exit. &reftitle.seealso; uopz_get_exit_status