|
uopz_allow_exitAllows control over disabled exit opcode Description
void uopz_allow_exit(bool
$allow )By default uopz disables the exit opcode, so exit calls are practically ignored. uopz_allow_exit allows to control this behavior. Parameters
Return ValuesNo value is returned. ExamplesExample #1 uopz_allow_exit example
The above example will output: 1 NotesCaution
OPcache optimizes away dead code after unconditional exit. See Also
|