/PHP-7.2/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.2/Zend/ |
H A D | zend_portability.h | 311 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument 312 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument 314 # define EXPECTED(condition) (condition) argument 315 # define UNEXPECTED(condition) (condition) argument
|
H A D | zend_vm_gen.php | 671 function format_condition($condition) { argument 672 if ($condition === "") { 676 if ($condition[0] === "(" && substr($condition, -1) === ")") { 677 return $condition; 680 return "(".$condition.")"; 2128 $condition = $m[3]; 2141 $opcodes[$orig_code]['type_spec'][$code] = $condition; 2544 foreach($dsc['type_spec'] as $code => $condition) { 2545 $condition = format_condition($condition); 2547 out($f, "\t\t\tif $condition {\n"); [all …]
|
/PHP-7.2/tests/lang/ |
H A D | 001.phpt | 2 Simple If condition test
|
/PHP-7.2/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.2/ext/mbstring/tests/ |
H A D | skipif.inc | 2 // This script prints "skip" if condition does not meet.
|
/PHP-7.2/ext/spl/tests/ |
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
|
/PHP-7.2/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 38 #define PHP_JSON_CONDITION_SET_AND_GOTO(condition) \ 39 PHP_JSON_CONDITION_SET(condition); \ 40 PHP_JSON_CONDITION_GOTO(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 39 #define PHP_JSON_CONDITION_SET_AND_GOTO(condition) \ argument 40 PHP_JSON_CONDITION_SET(condition); \ 41 PHP_JSON_CONDITION_GOTO(condition)
|
/PHP-7.2/Zend/tests/type_declarations/ |
H A D | scalar_constant_defaults_error.phpt | 2 Scalar type - default via constants - error condition
|
/PHP-7.2/ext/dba/tests/ |
H A D | bug71514.phpt | 2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
|
/PHP-7.2/ext/session/tests/ |
H A D | skipif.inc | 2 // This script prints "skip" if condition does not meet.
|
/PHP-7.2/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.2/ext/mbstring/oniguruma/src/ |
H A D | regparse.h | 352 # define UNEXPECTED(condition) __builtin_expect(condition, 0) argument 354 # define UNEXPECTED(condition) (condition) argument
|
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 1767 condition = type & 0xff; in sljit_emit_cmp() 1769 if ((condition == SLJIT_EQUAL || condition == SLJIT_NOT_EQUAL)) { in sljit_emit_cmp() 1783 switch (condition) { in sljit_emit_cmp() 1785 condition = SLJIT_GREATER; in sljit_emit_cmp() 1788 condition = SLJIT_LESS_EQUAL; in sljit_emit_cmp() 1791 condition = SLJIT_LESS; in sljit_emit_cmp() 1794 condition = SLJIT_GREATER_EQUAL; in sljit_emit_cmp() 1797 condition = SLJIT_SIG_GREATER; in sljit_emit_cmp() 1800 condition = SLJIT_SIG_LESS_EQUAL; in sljit_emit_cmp() 1803 condition = SLJIT_SIG_LESS; in sljit_emit_cmp() [all …]
|
/PHP-7.2/ext/soap/tests/bugs/ |
H A D | bug66112.phpt | 2 Bug #66112 (Use after free condition in SOAP extension)
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | setlocale_error.phpt | 2 Test setlocale() function : error condition
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 925 phpdbg_param_t *condition; in phpdbg_set_breakpoint_at() local 929 condition = param->next; in phpdbg_set_breakpoint_at() 930 hash = zend_inline_hash_func(condition->str, condition->len); in phpdbg_set_breakpoint_at() 933 phpdbg_create_conditional_break(&new_break, param, condition->str, condition->len, hash); in phpdbg_set_breakpoint_at() 935 …e=\"exists\" arg=\"%s\"", "Conditional break %s exists at the specified location", condition->str); in phpdbg_set_breakpoint_at()
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 578 #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 …]
|