Searched refs:assertion (Results 1 – 25 of 42) sorted by relevance
12
/PHP-8.3/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.3/ext/standard/tests/assert/ |
H A D | assert.phpt | 13 echo "assertion failed $line,\"$desc\"\n"; 20 echo "class assertion failed $line,\"$desc\"\n"; 55 assertion failed 21,"assert($a != 0)" 60 class assertion failed 24,"assert($a != 0)" 65 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"; 50 assertion failed - a - 18,"assert($a != 0)" 53 assertion failed - b - 22,"assert($a != 0)"
|
/PHP-8.3/ext/intl/tests/ |
H A D | uconverter_getstandards_basic.phpt | 7 function assertTrue($assertion, $msg) { 8 if (!$assertion) var_dump($msg);
|
/PHP-8.3/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.3/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
|
/PHP-8.3/Zend/tests/ |
H A D | bug76752.phpt | 2 Bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_ptr_tmp failed)
|
H A D | oss_fuzz_61712.phpt | 2 OSS-Fuzz #61712 (assertion failure with error handler during binary op)
|
H A D | oss_fuzz_61712b.phpt | 2 OSS-Fuzz #61712 (assertion failure with error handler during binary op)
|
/PHP-8.3/sapi/phpdbg/tests/ |
H A D | bug81135.phpt | 2 Bug #81135: unknown help topic fails assertion
|
/PHP-8.3/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.3/ext/spl/tests/ |
H A D | bug79432.phpt | 2 Bug #79432 (spl_autoload_call() with non-string argument violates assertion)
|
H A D | fixedarray_024.phpt | 2 SPL: FixedArray: Bug GH-8041 (php 8.2.0-dev crashes with assertion for cloning/get_object_vars on n…
|
/PHP-8.3/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.3/ext/opcache/tests/jit/ |
H A D | gh12509.phpt | 2 GH-12509: JIT assertion when running php-parser tests
|
/PHP-8.3/Zend/tests/fibers/ |
H A D | gh10437.phpt | 2 GH-10437 (Segfault/assertion when using fibers in shutdown function after bailout)
|
Completed in 22 milliseconds
12