Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/assert/
H A Dassert.phpt14 echo "assertion failed $line,\"$myev\"\n";
21 echo "class assertion failed $line,\"$myev\"\n";
42 assertion failed 22,"$a != 0"
43 class assertion failed 25,"$a != 0"
44 class assertion failed 29,"$a != 0"
H A Dassert03.phpt13 echo "assertion failed - a - $line,\"$myev\"\n";
18 echo "assertion failed - b - $line,\"$myev\"\n";
38 assertion failed - a - %d,"$a != 0"
41 assertion failed - b - %d,"$a != 0"
H A Dassert_variation.phpt27 echo "Class assertion failed $line, \"$myev\"\n";
120 Class assertion failed 53, "0 != 0"
141 Class assertion failed 61, "0 != 0"
/PHP-7.4/ext/intl/tests/
H A Duconverter_getstandards_basic.phpt7 function assertTrue($assertion, $msg) {
8 if (!$assertion) var_dump($msg);
/PHP-7.4/ext/standard/
H A Dassert.c148 zval *assertion; in PHP_FUNCTION() local
159 Z_PARAM_ZVAL(assertion) in PHP_FUNCTION()
164 if (Z_TYPE_P(assertion) == IS_STRING) { in PHP_FUNCTION()
174 myeval = Z_STRVAL_P(assertion); in PHP_FUNCTION()
182 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION()
205 val = zend_is_true(assertion); in PHP_FUNCTION()
H A Dbasic_functions.c839 ZEND_ARG_INFO(0, assertion)
/PHP-7.4/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-7.4/ext/opcache/tests/
H A Dssa_bug_011.phpt2 Wrong assertion
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-7.4/Zend/tests/
H A Dbug76752.phpt2 Bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_ptr_tmp failed)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/PHP-7.4/ext/pcre/tests/
H A Dbug75457.phpt9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 8 in %s…
/PHP-7.4/ext/ldap/tests/
H A Dldap_controls.phpt20 /* Test assertion control */
/PHP-7.4/azure/
H A Dcommunity_job.yml8 # we are only interested in finding assertion failures, segfaults and sanitizer violations,
/PHP-7.4/
H A Dphp.ini-development1559 ; 0: Jump over assertion at run-time
1576 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1584 ; User-function to be called if an assertion fails.
H A Dphp.ini-production1559 ; 0: Jump over assertion at run-time
1576 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1584 ; User-function to be called if an assertion fails.
H A DNEWS2418 . Fixed bug #77215 (CFG assertion failure on multiple finalizing switch
2523 . Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in

Completed in 47 milliseconds