ru_php/Zend/tests/assert/expect_001.phpt

13 lines
147 B
Plaintext
Raw Permalink Normal View History

--TEST--
test passing assertion
--INI--
zend.assertions=1
assert.exception=1
--FILE--
<?php
assert(true);
var_dump(true);
?>
--EXPECT--
bool(true)