/PHP-7.1/ext/standard/tests/file/ |
H A D | glob_error_002-win32-mb.phpt | 2 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. ***
|
H A D | glob_error_002-win32.phpt | 2 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.1/Zend/ |
H A D | zend_portability.h | 313 # 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
|
H A D | zend_vm_gen.php | 663 function format_condition($condition) { argument 664 if ($condition === "") { 668 if ($condition[0] === "(" && substr($condition, -1) === ")") { 669 return $condition; 672 return "(".$condition.")"; 2028 $condition = $m[2]; 2041 $opcodes[$orig_code]['type_spec'][$code] = $condition; 2362 foreach($dsc['type_spec'] as $code => $condition) { 2363 $condition = format_condition($condition); 2365 out($f, "\t\t\tif $condition {\n"); [all …]
|
/PHP-7.1/tests/lang/ |
H A D | 001.phpt | 2 Simple If condition test
|
/PHP-7.1/Zend/tests/ |
H A D | bug26281.phpt | 2 Bug #26281 (switch() crash when condition is a string offset)
|
H A D | bug69758.phpt | 16 // Add condition and then pop off straight away.
|
H A D | bug38287.phpt | 12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
|
/PHP-7.1/ext/mbstring/tests/ |
H A D | skipif.inc | 2 // This script prints "skip" if condition does not meet.
|
/PHP-7.1/ext/spl/tests/ |
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
|
/PHP-7.1/Zend/tests/type_declarations/ |
H A D | scalar_constant_defaults_error.phpt | 2 Scalar type - default via constants - error condition
|
/PHP-7.1/ext/dba/tests/ |
H A D | bug71514.phpt | 2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
|
/PHP-7.1/ext/session/tests/ |
H A D | skipif.inc | 2 // This script prints "skip" if condition does not meet.
|
/PHP-7.1/ext/gd/tests/ |
H A D | libgd00086_extern.phpt | 16 gd-png error: setjmp returns error condition 1
|
H A D | bug39780_extern.phpt | 16 gd-png error: setjmp returns error condition 2
|
H A D | libgd00086.phpt | 17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
|
H A D | bug39780.phpt | 17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 1590 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.1/ext/mbstring/oniguruma/ |
H A D | regparse.h | 352 # define UNEXPECTED(condition) __builtin_expect(condition, 0) argument 354 # define UNEXPECTED(condition) (condition) argument
|
/PHP-7.1/ext/soap/tests/bugs/ |
H A D | bug66112.phpt | 2 Bug #66112 (Use after free condition in SOAP extension)
|
/PHP-7.1/ext/json/ |
H A D | json_scanner.re | 36 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition) 37 #define PHP_JSON_CONDITION_GOTO(condition) goto yyc_##condition
|
H A D | json_scanner.c | 37 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition) argument 38 #define PHP_JSON_CONDITION_GOTO(condition) goto yyc_##condition argument
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | setlocale_error.phpt | 2 Test setlocale() function : error condition
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 882 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.1/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 576 #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 …]
|