Searched refs:assertion (Results 1 – 25 of 27) sorted by relevance
12
/PHP-8.0/Zend/tests/named_params/ |
H A D | assert.phpt | 6 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 D | assert.phpt | 13 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 D | assert03.phpt | 13 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 D | assert_variation.phpt | 27 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 D | uconverter_getstandards_basic.phpt | 7 function assertTrue($assertion, $msg) { 8 if (!$assertion) var_dump($msg);
|
/PHP-8.0/Zend/tests/assert/ |
H A D | expect_001.phpt | 2 test passing assertion
|
H A D | expect_014.phpt | 2 test failing assertion when disabled
|
H A D | expect_013.phpt | 2 test failing assertion when disabled (with return value)
|
H A D | expect_003.phpt | 2 test catching failed assertion
|
H A D | expect_002.phpt | 2 test failing assertion
|
/PHP-8.0/ext/opcache/tests/ |
H A D | ssa_bug_011.phpt | 2 Wrong assertion
|
H A D | bug79475.phpt | 2 Bug #79475 ([JIT] func_get_args() assertion violation)
|
H A D | bug78034.phpt | 2 Bug #78034: "pecl" tool fails with abort assertion in zend_ssa.c
|
H A D | bug77215.phpt | 2 Bug #77215: CFG assertion failure on multiple finalizing switch frees in one block
|
H A D | ssa_bug_010.phpt | 2 Wrong assertion
|
H A D | preload_class_alias.phpt | 2 Bug #78918: Class alias during preloading causes assertion failure
|
H A D | preload_class_alias_2.phpt | 2 Bug #78918.2: Class alias during preloading causes assertion failure
|
/PHP-8.0/Zend/tests/ |
H A D | bug76752.phpt | 2 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 D | bug73973.phpt | 2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
|
/PHP-8.0/ext/spl/tests/ |
H A D | bug79432.phpt | 2 Bug #79432 (spl_autoload_call() with non-string argument violates assertion)
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug75457.phpt | 9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 8 in %s…
|
/PHP-8.0/ext/standard/ |
H A D | assert.c | 141 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 D | ldap_controls.phpt | 20 /* Test assertion control */
|
/PHP-8.0/ |
H A D | php.ini-development | 1566 ; 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 D | php.ini-production | 1568 ; 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