Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/tests/file/
H A Dglob_error_002-win32.phpt2 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. ***
/PHP-8.0/tests/lang/
H A D001.phpt2 Simple If condition test
/PHP-8.0/Zend/tests/
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
H A Dbug80255.phpt2 Bug #80255: Opcache bug (bad condition result) in 8.0.0rc1
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-8.0/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-8.0/Zend/
H A Dzend_portability.h324 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument
325 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument
327 # define EXPECTED(condition) (condition) argument
328 # define UNEXPECTED(condition) (condition) argument
/PHP-8.0/ext/standard/tests/array/
H A Dextract_error_variation1.phpt2 Test extract() function - error condition - Invalid prefix.
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_002.phpt2 Test typed properties error condition (read uninitialized)
H A Dtyped_properties_003.phpt2 Test typed properties error condition (fetch uninitialized by reference)
H A Dscalar_constant_defaults_error.phpt2 Scalar type - default via constants - error condition
H A Dtyped_properties_005.phpt2 Test typed properties error condition (type mismatch object)
H A Dtyped_properties_004.phpt2 Test typed properties error condition (type mismatch)
/PHP-8.0/Zend/tests/match/
H A D041.phpt2 Match expression with trailing comma in condition list
/PHP-8.0/ext/spl/tests/
H A DSplQueue_setIteratorMode_param_lifo.phpt2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
/PHP-8.0/ext/date/tests/
H A Ddate_sunrise_and_sunset_error.phpt2 Test error condition of date_sunrise() and date_sunset()
/PHP-8.0/ext/opcache/tests/
H A Dbug81015.phpt2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
/PHP-8.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.phpt17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dbug39780.phpt17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
/PHP-8.0/ext/dba/tests/
H A Dbug71514.phpt2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
/PHP-8.0/ext/json/
H A Djson_scanner.re34 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)
35 #define PHP_JSON_CONDITION_GOTO(condition) goto yyc_##condition
36 #define PHP_JSON_CONDITION_SET_AND_GOTO(condition) \
37 PHP_JSON_CONDITION_SET(condition); \
38 PHP_JSON_CONDITION_GOTO(condition)
/PHP-8.0/ext/session/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.

Completed in 25 milliseconds

12