Searched refs:condition (Results 1 – 25 of 39) sorted by relevance
12
/PHP-7.4/ext/standard/tests/file/ |
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.4/azure/ |
H A D | coverage_job.yml | 37 condition: or(succeeded(), failed()) 42 condition: or(succeeded(), failed()) 48 condition: or(succeeded(), failed())
|
H A D | test.yml | 26 condition: or(succeeded(), failed()) 34 condition: or(succeeded(), failed())
|
H A D | community_job.yml | 75 condition: or(succeeded(), failed()) 84 condition: or(succeeded(), failed()) 93 condition: or(succeeded(), failed())
|
/PHP-7.4/azure/macos/ |
H A D | test.yml | 21 condition: or(succeeded(), failed()) 29 condition: or(succeeded(), failed())
|
/PHP-7.4/azure/i386/ |
H A D | test.yml | 25 condition: or(succeeded(), failed()) 33 condition: or(succeeded(), failed())
|
/PHP-7.4/tests/lang/ |
H A D | 001.phpt | 2 Simple If condition test
|
/PHP-7.4/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.
|
/PHP-7.4/Zend/ |
H A D | zend_portability.h | 322 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument 323 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument 325 # define EXPECTED(condition) (condition) argument 326 # define UNEXPECTED(condition) (condition) argument
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | skipif.inc | 2 // This script prints "skip" if condition does not meet.
|
/PHP-7.4/Zend/tests/type_declarations/ |
H A D | typed_properties_002.phpt | 2 Test typed properties error condition (read uninitialized)
|
H A D | typed_properties_003.phpt | 2 Test typed properties error condition (fetch uninitialized by reference)
|
H A D | scalar_constant_defaults_error.phpt | 2 Scalar type - default via constants - error condition
|
H A D | typed_properties_005.phpt | 2 Test typed properties error condition (type mismatch object)
|
H A D | typed_properties_004.phpt | 2 Test typed properties error condition (type mismatch)
|
/PHP-7.4/ext/spl/tests/ |
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
|
/PHP-7.4/ext/opcache/tests/ |
H A D | bug81015.phpt | 2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
|
/PHP-7.4/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)
|
/PHP-7.4/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.4/ext/dba/tests/ |
H A D | bug71514.phpt | 2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
|
/PHP-7.4/ext/session/tests/ |
H A D | skipif.inc | 2 // This script prints "skip" if condition does not meet.
|
Completed in 28 milliseconds
12