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.