Home
last modified time | relevance | path

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

/PHP-5.5/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";
37 assertion failed - a - %d,"$a != 0"
38 assertion failed - b - %d,"$a != 0"
H A Dassert_variation.phpt27 echo "Class assertion failed $line, \"$myev\"\n";
111 Class assertion failed 53, "0 != 0"
130 Class assertion failed 61, "0 != 0"
/PHP-5.5/ext/standard/
H A Dassert.c143 zval **assertion; in PHP_FUNCTION() local
152 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|s", &assertion, &description, &description… in PHP_FUNCTION()
156 if (Z_TYPE_PP(assertion) == IS_STRING) { in PHP_FUNCTION()
160 myeval = Z_STRVAL_PP(assertion); in PHP_FUNCTION()
168 …if (zend_eval_stringl(myeval, Z_STRLEN_PP(assertion), &retval, compiled_string_description TSRMLS_… in PHP_FUNCTION()
189 convert_to_boolean_ex(assertion); in PHP_FUNCTION()
190 val = Z_LVAL_PP(assertion); in PHP_FUNCTION()
H A Dbasic_functions.c875 ZEND_ARG_INFO(0, assertion)
/PHP-5.5/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 DChangeLog34 6. A lookbehind assertion within a set of mutually recursive subpatterns could
75 assertion which itself contained a forward reference caused buffer
143 37. Fix two assertion fails in JIT. These issues were found by Karl Skomski
190 2. If an assertion condition was quantified with a minimum of zero (an odd
279 26. Fix JIT compilation of conditional blocks, which assertion
323 lookbehind assertion. This bug was discovered by the LLVM fuzzer.
616 10. A conditional group with an assertion condition could lead to PCRE
858 there was a conditional group that depended on an assertion, if the
2099 the assertion is positive, but not if it is negative.
2138 assertion pattern did not match (meaning that the assertion was true), it
[all …]
H A DNEWS611 3. Support for the \G assertion. It is true when the current matching position
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1528 negative assertion.
2444 28 assertion expected after (?(
2452 36 \C not allowed in lookbehind assertion
4633 They are not confined to the assertion.
6709 rent position, the assertion fails.
7329 tive assertion, the assertion succeeds; in a negative assertion, the
7330 assertion fails.
7619 (*ACCEPT) in a positive assertion causes the assertion to succeed with-
7626 whether or not this is within the assertion.
7629 changing a positive assertion into a negative assertion changes its
[all …]
/PHP-5.5/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 (?( at offset 3
564 Failed: assertion expected after (?( 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 (?( 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
H A Dtestinput15028 /--- Condition assertion ---/
H A Dtestoutput18360 /--- Condition assertion ---/
/PHP-5.5/
H A Dphp.ini-development1653 ; Issue a PHP warning for each failed assertion.
1661 ; User-function to be called if an assertion fails.
H A Dphp.ini-production1653 ; Issue a PHP warning for each failed assertion.
1661 ; User-function to be called if an assertion fails.
H A DNEWS4695 . Fixed bug #52827 (cURL leaks handle and causes assertion error

Completed in 152 milliseconds