PHP » GoLang |
login |
register |
about
|
GoLang uopz_allow_exit
request it (350)
GoLang replacement for PHP's uopz_allow_exit
[edit | history]
uopz_allow_exit(PECL uopz 5) uopz_allow_exit — Allows 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
<?php The above example will output: 1 NotesCaution
OPcache optimizes away dead code after unconditional exit.
Warning
This function is not (yet) binary safe!
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|