zend.assertions

zend.assertions is the PHP directive that controls usage of assertions in PHP. 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 zend.assertions and Use zend.assertions PHP setting instead of assert.active.

Related : Assertions, Assertions, one, zero, Minus One -1