📄 Viewing: expect_003.phpt

--TEST--
test catching failed assertion
--INI--
zend.assertions=1
assert.exception=1
--FILE--
<?php
try {
    assert(false);
} catch (AssertionError $ex) {
    var_dump($ex->getMessage());
}
?>
--EXPECT--
string(13) "assert(false)"

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests/assert