Home
last modified time | relevance | path

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

12

/PHP-7.0/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-7.0/Zend/
H A Dzend_portability.h313 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument
314 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument
316 # define EXPECTED(condition) (condition) argument
317 # define UNEXPECTED(condition) (condition) argument
/PHP-7.0/tests/lang/
H A D001.phpt2 Simple If condition test
/PHP-7.0/Zend/tests/
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
H A Dbug69758.phpt16 // Add condition and then pop off straight away.
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
/PHP-7.0/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-7.0/ext/spl/tests/
H A DSplQueue_setIteratorMode_param_lifo.phpt2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_constant_defaults_error.phpt2 Scalar type - default via constants - error condition
/PHP-7.0/ext/dba/tests/
H A Dbug71514.phpt2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
/PHP-7.0/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-7.0/ext/session/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-7.0/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-7.0/ext/soap/tests/bugs/
H A Dbug66112.phpt2 Bug #66112 (Use after free condition in SOAP extension)
/PHP-7.0/ext/json/
H A Djson_scanner.re36 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)
37 #define PHP_JSON_CONDITION_GOTO(condition) goto yyc_##condition
H A Djson_scanner.c37 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition) argument
38 #define PHP_JSON_CONDITION_GOTO(condition) goto yyc_##condition argument
/PHP-7.0/ext/standard/tests/strings/
H A Dsetlocale_error.phpt2 Test setlocale() function : error condition
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c882 phpdbg_param_t *condition; in phpdbg_set_breakpoint_at() local
886 condition = param->next; in phpdbg_set_breakpoint_at()
887 hash = zend_inline_hash_func(condition->str, condition->len); in phpdbg_set_breakpoint_at()
890 phpdbg_create_conditional_break(&new_break, param, condition->str, condition->len, hash); in phpdbg_set_breakpoint_at()
892 …e=\"exists\" arg=\"%s\"", "Conditional break %s exists at the specified location", condition->str); in phpdbg_set_breakpoint_at()
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c576 #define condition frame->Xcondition in match() macro
633 BOOL condition; in match()
682 #define cbegroup condition in match()
684 #define condassert condition in match()
1331 condition = FALSE; in match()
1350 condition = recno == md->recursive->group_num; in match()
1351 if (condition) break; in match()
1370 if (condition) break; in match()
1391 condition = TRUE; in match()
1429 if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT) in match()
[all …]
H A Dpcre_internal.h800 #define ACROSSCHAR(condition, eptr, action) \ argument
801 while((condition) && ((eptr) & 0xc0) == 0x80) action
896 #define ACROSSCHAR(condition, eptr, action) \ argument
897 if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action
958 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
/PHP-7.0/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-7.0/ext/standard/tests/array/
H A Darray_key_exists.phpt117 /* error condition, first argument as object */

Completed in 83 milliseconds

12