--TEST-- test enable/disable assertions at runtime (assertions not completely disabled) --INI-- zend.assertions=0 assert.exception=0 --FILE-- --EXPECTF-- bool(true) bool(true) Warning: assert(): assert(false) failed in %sexpect_016.php on line 6 bool(false) bool(true) Warning: zend.assertions may be completely enabled or disabled only in php.ini in %sexpect_016.php on line 8