--TEST-- assert() returns boolean on success or failure --INI-- zend.assertions = 1 assert.exception = 0 --FILE-- --EXPECTF-- bool(true) Warning: assert(): assert(false) failed in %s on line %d bool(false)