Home
last modified time | relevance | path

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

12

/PHP-5.3/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.3/tests/lang/
H A D001.phpt2 Simple If condition test
/PHP-5.3/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.3/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-5.3/ext/spl/tests/
H A DSplQueue_setIteratorMode_param_lifo.phpt2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
/PHP-5.3/Zend/
H A Dzend.h365 # define EXPECTED(condition) __builtin_expect(condition, 1) argument
366 # define UNEXPECTED(condition) __builtin_expect(condition, 0) argument
368 # define EXPECTED(condition) (condition) argument
369 # define UNEXPECTED(condition) (condition) argument
/PHP-5.3/ext/session/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-5.3/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.3/ext/pcre/pcrelib/
H A Dpcre_exec.c619 BOOL condition; in match()
668 #define cbegroup condition in match()
670 #define condassert condition in match()
1311 condition = FALSE; in match()
1353 if (!condition) in match()
1412 if (condition) break; in match()
1419 if (!condition) in match()
1445 condition = FALSE; in match()
1461 condition = TRUE; in match()
1475 condition = FALSE; in match()
[all …]
H A Dpcre_internal.h807 #define ACROSSCHAR(condition, eptr, action) \ argument
808 while((condition) && ((eptr) & 0xc0) == 0x80) action
927 #define ACROSSCHAR(condition, eptr, action) \ argument
928 if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action
1013 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
H A DHACKING437 the condition is a back reference, this is stored at the start of the
443 If the condition is "in recursion" (coded as "(?(R)"), or "in recursion of
446 zero for "the whole pattern". For a DEFINE condition, just the single unit
H A DChangeLog746 25. If an assertion condition captured any substrings, they were not passed
1207 assertion subpattern, including such a pattern used as a condition,
1472 tested, and the overall condition is true if the condition is true for any
1488 "#ifndef FALSE" condition by an earlier change (probably 7.8/18) has been
1519 condition was an assertion, PCRE could crash during matching, both with
2126 condition was not nested. This bug has been fixed.
2643 as the simple (?(R). The condition is true only if the most recent
2774 13. Added the ability to use a named substring as a condition, using the
3917 23. Added a new extension: a condition to go with recursion. If a conditional
4336 2. Diagnose condition (?(0) as an error instead of crashing on matching.
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_error.phpt2 Test setlocale() function : error condition
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE332 + (?(condition)yes-pat|no-pat)
386 then changes of the capture group status are checked as stop condition.
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY259 2006/03/22: [impl] remove USE_NAMED_GROUP condition from
888 should finish matching process if find-condition
1026 to unaligned word access condition. (AMD64 ?)
1078 2003/12/16: [impl] change P_() macro definition condition for Win32.
1337 2003/06/18: [impl] change REG_EXTERN setting condition. (__CYGWIN__)
1395 2003/05/22: [impl] change target_empty setting condition in setup_tree().
1522 2003/02/24: [impl] change condition in regex_is_allow_reverse_match().
1671 2002/12/25: [bug] check condition was wrong in alt_merge_opt_map_info().
1717 2002/03/25: [dist] description of the license condition is added to README.
/PHP-5.3/ext/standard/tests/array/
H A Darray_key_exists.phpt117 /* error condition, first arguemnt as object */
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2352 35 invalid condition (?(0)
5815 condition is true for any one of them, the overall condition is true.
6397 (?(condition)yes-pattern)
6398 (?(condition)yes-pattern|no-pattern)
7481 (?(condition)yes-pattern)
7482 (?(condition)yes-pattern|no-pattern)
7484 (?(n)... absolute reference condition
7485 (?(+n)... relative reference condition
7486 (?(-n)... relative reference condition
7490 (?(R)... overall recursion condition
[all …]
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt3 If a sever error occurs (such as out of memory condition) this will return null.
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar667 * Create an instance of each pre-condition and run their check methods
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput86435 Error -17 (backreference condition or recursion test not supported for DFA matching)
7843 Error -17 (backreference condition or recursion test not supported for DFA matching)
/PHP-5.3/
H A DNEWS753 condition). (Gustavo)
1758 . Fixed bug #52784 (Race condition when handling many concurrent signals).

Completed in 152 milliseconds

12