Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.0/Zend/tests/named_params/
H A Dassert.phpt6 assert(assertion: true);
8 assert(assertion: false);
13 assert(assertion: true, description: "Description");
15 assert(assertion: false, description: "Description");
28 assert(assertion: false)
/PHP-8.0/ext/standard/tests/assert/
H A Dassert.phpt13 echo "assertion failed $line,\"$desc\"\n";
20 echo "class assertion failed $line,\"$desc\"\n";
40 assertion failed 21,"assert($a != 0)"
41 class assertion failed 24,"assert($a != 0)"
42 class assertion failed 28,"assert($a != 0)"
H A Dassert03.phpt13 echo "assertion failed - a - $line,\"$desc\"\n";
18 echo "assertion failed - b - $line,\"$desc\"\n";
35 assertion failed - a - 18,"assert($a != 0)"
36 assertion failed - b - 22,"assert($a != 0)"
H A Dassert_variation.phpt27 echo "Class assertion failed $line, \"$desc\"\n";
113 Class assertion failed 52, "assert(0 != 0)"
132 Class assertion failed 60, "assert(0 != 0)"
/PHP-8.0/ext/intl/tests/
H A Duconverter_getstandards_basic.phpt7 function assertTrue($assertion, $msg) {
8 if (!$assertion) var_dump($msg);
/PHP-8.0/Zend/tests/assert/
H A Dexpect_001.phpt2 test passing assertion
H A Dexpect_014.phpt2 test failing assertion when disabled
H A Dexpect_013.phpt2 test failing assertion when disabled (with return value)
H A Dexpect_003.phpt2 test catching failed assertion
H A Dexpect_002.phpt2 test failing assertion
/PHP-8.0/ext/opcache/tests/
H A Dssa_bug_011.phpt2 Wrong assertion
H A Dbug79475.phpt2 Bug #79475 ([JIT] func_get_args() assertion violation)
H A Dbug78034.phpt2 Bug #78034: "pecl" tool fails with abort assertion in zend_ssa.c
H A Dbug77215.phpt2 Bug #77215: CFG assertion failure on multiple finalizing switch frees in one block
H A Dssa_bug_010.phpt2 Wrong assertion
H A Dpreload_class_alias.phpt2 Bug #78918: Class alias during preloading causes assertion failure
H A Dpreload_class_alias_2.phpt2 Bug #78918.2: Class alias during preloading causes assertion failure
/PHP-8.0/Zend/tests/
H A Dbug76752.phpt2 Bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_ptr_tmp failed)
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/PHP-8.0/ext/spl/tests/
H A Dbug79432.phpt2 Bug #79432 (spl_autoload_call() with non-string argument violates assertion)
/PHP-8.0/ext/pcre/tests/
H A Dbug75457.phpt9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 8 in %s…
/PHP-8.0/ext/standard/
H A Dassert.c141 zval *assertion; in PHP_FUNCTION() local
150 Z_PARAM_ZVAL(assertion) in PHP_FUNCTION()
155 if (zend_is_true(assertion)) { in PHP_FUNCTION()
/PHP-8.0/ext/ldap/tests/
H A Dldap_controls.phpt20 /* Test assertion control */
/PHP-8.0/
H A Dphp.ini-development1566 ; 0: Jump over assertion at run-time
1583 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1591 ; User-function to be called if an assertion fails.
H A Dphp.ini-production1568 ; 0: Jump over assertion at run-time
1585 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1593 ; User-function to be called if an assertion fails.

Completed in 30 milliseconds

12