Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/ext/standard/
H A Dassert.c150 zval *assertion; in PHP_FUNCTION() local
161 Z_PARAM_ZVAL(assertion) in PHP_FUNCTION()
166 if (Z_TYPE_P(assertion) == IS_STRING) { in PHP_FUNCTION()
176 myeval = Z_STRVAL_P(assertion); in PHP_FUNCTION()
184 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION()
207 val = zend_is_true(assertion); in PHP_FUNCTION()
H A Dbasic_functions.c844 ZEND_ARG_INFO(0, assertion)
/PHP-7.2/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.2/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/PHP-7.2/ext/pcre/tests/
H A Dbug75457.phpt9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 4 in %s…
/PHP-7.2/ext/opcache/tests/
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
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING206 OP_ASSERT_ACCEPT is used when (*ACCEPT) is encountered within an assertion.
207 This ends the assertion, not the entire pattern match.
477 OP_ASSERTBACK and OP_ASSERTBACK_NOT, and the first opcode inside the assertion
482 each alternative of a lookbehind assertion, allowing them to have different
H A DChangeLog93 (b) Some patterns starting with an assertion that started with .* were
163 ("assertion expected") when (?(?C) was not followed by an opening
261 assertion which itself contained a forward reference caused buffer
465 26. Fix JIT compilation of conditional blocks, which assertion
509 lookbehind assertion. This bug was discovered by the LLVM fuzzer.
802 10. A conditional group with an assertion condition could lead to PCRE
1044 there was a conditional group that depended on an assertion, if the
2285 the assertion is positive, but not if it is negative.
2324 assertion pattern did not match (meaning that the assertion was true), it
2329 assertion subpattern, including such a pattern used as a condition,
[all …]
H A DNEWS632 3. Support for the \G assertion. It is true when the current matching position
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1528 negative assertion.
2443 28 assertion expected after (?(
2451 36 \C not allowed in lookbehind assertion
4632 They are not confined to the assertion.
6623 backtracking over this assertion, the captures within the assertion are
6713 rent position, the assertion fails.
7333 tive assertion, the assertion succeeds; in a negative assertion, the
7334 assertion fails.
7623 (*ACCEPT) in a positive assertion causes the assertion to succeed with-
7633 changing a positive assertion into a negative assertion changes its
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput2470 Failed: lookbehind assertion is not fixed length at offset 6
473 Failed: lookbehind assertion is not fixed length at offset 14
476 Failed: lookbehind assertion is not fixed length at offset 12
558 Failed: assertion expected after (?( or (?(?C) at offset 3
564 Failed: assertion expected after (?( or (?(?C) at offset 3
739 Failed: lookbehind assertion is not fixed length at offset 11
742 Failed: lookbehind assertion is not fixed length at offset 12
745 Failed: lookbehind assertion is not fixed length at offset 13
971 Failed: lookbehind assertion is not fixed length at offset 6
7873 Failed: assertion expected after (?( or (?(?C) at offset 4
[all …]
H A Dtestoutput595 Failed: \C not allowed in lookbehind assertion at offset 6
H A Dtestoutput71239 Failed: \C not allowed in lookbehind assertion at offset 10
H A Dtestoutput91242 Failed: \C not allowed in lookbehind assertion at offset 10
/PHP-7.2/
H A Dphp.ini-development1580 ; 0: Jump over assertion at run-time
1597 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1605 ; User-function to be called if an assertion fails.
H A Dphp.ini-production1582 ; 0: Jump over assertion at run-time
1599 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1607 ; User-function to be called if an assertion fails.
H A DNEWS674 . Fixed bug #77215 (CFG assertion failure on multiple finalizing switch
1535 . Fixed bug (assertion fails with extended info generated). (Laruence)
2266 . Fixed bug #73973 (assertion error in debug_zval_dump). (andrewnester)

Completed in 122 milliseconds

12