php-8.0.30-src/Zend/tests/assert/expect_013.phpt

12 lines
176 B
PHP

--TEST--
test failing assertion when disabled (with return value)
--INI--
zend.assertions=0
assert.exception=1
--FILE--
<?php
var_dump(assert(false));
?>
--EXPECT--
bool(true)