Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

zend.assertions

zend.assertions is the PHP directive that controls usage of assertions. When set to 1, the assertions are active and executed: this is for development mode.

When set to 0, the code is active, but not executed. When set to -1, the code is removed: this is for production mode.

Documentation

See Also