Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/file/
H A Dglob_error_002-win32.phpt2 Test glob() function: error condition - pattern too long.
16 echo "*** Testing glob() : error condition - pattern too long. ***\n";
23 *** Testing glob() : error condition - pattern too long. ***
/PHP-5.5/tests/lang/
H A D001.phpt2 Simple If condition test
/PHP-5.5/Zend/tests/
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
/PHP-5.5/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-5.5/ext/spl/tests/
H A DSplQueue_setIteratorMode_param_lifo.phpt2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
/PHP-5.5/ext/session/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-5.5/ext/gd/tests/
H A Dlibgd00086_extern.phpt16 gd-png error: setjmp returns error condition 1
H A Dbug39780_extern.phpt16 gd-png error: setjmp returns error condition 2
H A Dlibgd00086.phpt18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dbug39780.phpt18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
/PHP-5.5/Zend/
H A Dzend.h389 # define EXPECTED(condition) __builtin_expect(condition, 1) argument
390 # define UNEXPECTED(condition) __builtin_expect(condition, 0) argument
392 # define EXPECTED(condition) (condition) argument
393 # define UNEXPECTED(condition) (condition) argument
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c1590 condition = type & 0xff; in sljit_emit_cmp()
1592 if ((condition == SLJIT_EQUAL || condition == SLJIT_NOT_EQUAL)) { in sljit_emit_cmp()
1606 switch (condition) { in sljit_emit_cmp()
1608 condition = SLJIT_GREATER; in sljit_emit_cmp()
1611 condition = SLJIT_LESS_EQUAL; in sljit_emit_cmp()
1614 condition = SLJIT_LESS; in sljit_emit_cmp()
1620 condition = SLJIT_SIG_GREATER; in sljit_emit_cmp()
1626 condition = SLJIT_SIG_LESS; in sljit_emit_cmp()
1641 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
1665 sljit_si flags, condition; in sljit_emit_fcmp() local
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug66112.phpt2 Bug #66112 (Use after free condition in SOAP extension)
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_error.phpt2 Test setlocale() function : error condition
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c578 #define condition frame->Xcondition in match() macro
635 BOOL condition; in match()
684 #define cbegroup condition in match()
686 #define condassert condition in match()
1333 condition = FALSE; in match()
1352 condition = recno == md->recursive->group_num; in match()
1353 if (condition) break; in match()
1372 if (condition) break; in match()
1393 condition = TRUE; in match()
1431 if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT) in match()
[all …]
H A Dpcre_internal.h804 #define ACROSSCHAR(condition, eptr, action) \ argument
805 while((condition) && ((eptr) & 0xc0) == 0x80) action
900 #define ACROSSCHAR(condition, eptr, action) \ argument
901 if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action
962 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
H A DHACKING491 the condition is a back reference, this is stored at the start of the
498 If the condition is "in recursion" (coded as "(?(R)"), or "in recursion of
501 pattern") or OP_DNRREF (with data as for OP_DNCREF). For a DEFINE condition,
H A DChangeLog21 3. A repeated conditional group whose condition was a reference by name caused
190 2. If an assertion condition was quantified with a minimum of zero (an odd
212 use instead. A conditional subpattern whose condition is a check on a
218 rare). The effect of the bug was that the condition was always treated as
286 when this assertion was used as a condition, for example (?(?!)a|b). In
616 10. A conditional group with an assertion condition could lead to PCRE
860 in the condition was skipped when pcre_exec() was used for matching.
863 condition for a conditional group, for compatibility with automatic
2143 assertion subpattern, including such a pattern used as a condition,
2408 tested, and the overall condition is true if the condition is true for any
[all …]
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE377 + (?(condition)yes-pat|no-pat)
421 then changes of the capture group status are checked as stop condition.
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists.phpt117 /* error condition, first argument as object */
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY464 2006/03/22: [impl] remove USE_NAMED_GROUP condition from
1093 should finish matching process if find-condition
1231 to unaligned word access condition. (AMD64 ?)
1283 2003/12/16: [impl] change P_() macro definition condition for Win32.
1542 2003/06/18: [impl] change REG_EXTERN setting condition. (__CYGWIN__)
1600 2003/05/22: [impl] change target_empty setting condition in setup_tree().
1727 2003/02/24: [impl] change condition in regex_is_allow_reverse_match().
1876 2002/12/25: [bug] check condition was wrong in alt_merge_opt_map_info().
1922 2002/03/25: [dist] description of the license condition is added to README.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2451 35 invalid condition (?(0)
6207 If the condition is true for any one of them, the overall condition is
6790 (?(condition)yes-pattern)
6791 (?(condition)yes-pattern|no-pattern)
7255 of condition.
8019 (?(condition)yes-pattern)
8020 (?(condition)yes-pattern|no-pattern)
8022 (?(n)... absolute reference condition
8028 (?(R)... overall recursion condition
8032 (?(assert)... assertion condition
[all …]
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt3 If a sever error occurs (such as out of memory condition) this will return null.
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar667 * Create an instance of each pre-condition and run their check methods

Completed in 134 milliseconds

12