Voting

: max(four, seven)?
(Example: nine)

The Note You're Voting On

bill dot gates at hotmail dot com
3 years ago
Be noticed about uopz (User Operations for Zend) extension of PHP. It disables (prevents) halting of PHP scripts (both FPM and CLI) on calling `exit()` and `die()` by default just after enabling the extension. Therefore your script will continue to execute.

Details: https://www.php.net/manual/en/uopz.configuration.php#ini.uopz.exit

<< Back to user notes page

To Top