Searched refs:condition (Results 1 – 25 of 43) sorted by relevance
12
2 Test glob() function: error condition - pattern too long.12 echo "*** Testing glob() : error condition - pattern too long. ***\n";19 *** Testing glob() : error condition - pattern too long. ***
19 // Nested in condition expression:28 // Nested in one of many condition expressions:
2 Match expression with trailing comma in condition list
2 Simple If condition test
2 Bug #26281 (switch() crash when condition is a string offset)
2 Bug #80255: Opcache bug (bad condition result) in 8.0.0rc1
16 // Add condition and then pop off straight away.
2 Test extract() function - error condition - Invalid prefix.
2 Test typed properties error condition (read uninitialized)
2 Test typed properties error condition (fetch uninitialized by reference)
2 Scalar type - default via constants - error condition
2 Test typed properties error condition (type mismatch object)
2 Test typed properties error condition (type mismatch)
2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
389 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument390 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument392 # define EXPECTED(condition) (condition) argument393 # define UNEXPECTED(condition) (condition) argument
34 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)35 #define PHP_JSON_CONDITION_GOTO(condition) goto yyc_##condition36 #define PHP_JSON_CONDITION_SET_AND_GOTO(condition) \37 PHP_JSON_CONDITION_SET(condition); \38 PHP_JSON_CONDITION_GOTO(condition)
2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
21 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
2 Test error condition of date_sunrise() and date_sunset()
64 mfcr %r8 # condition register
2062 condition = _ir_fold_condition(ctx, condition);2065 condition = ir_ref_is_true(ctx, condition) ? IR_TRUE : IR_FALSE;2071 while (ref > condition) {2075 condition = IR_FALSE;2080 condition = IR_TRUE;2086 condition = IR_TRUE;2575 condition = IR_FALSE;2589 condition = IR_FALSE;2621 condition = IR_TRUE;2635 condition = IR_TRUE;[all …]
Completed in 36 milliseconds