/PHP-8.2/ext/standard/tests/file/ |
H A D | glob_error_002-win32.phpt | 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. ***
|
/PHP-8.2/tests/lang/ |
H A D | 001.phpt | 2 Simple If condition test
|
/PHP-8.2/Zend/ |
H A D | zend_portability.h | 363 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument 364 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument 366 # define EXPECTED(condition) (condition) argument 367 # define UNEXPECTED(condition) (condition) argument
|
/PHP-8.2/Zend/tests/ |
H A D | bug26281.phpt | 2 Bug #26281 (switch() crash when condition is a string offset)
|
H A D | bug80255.phpt | 2 Bug #80255: Opcache bug (bad condition result) in 8.0.0rc1
|
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-8.2/ext/standard/tests/array/ |
H A D | extract_error_variation1.phpt | 2 Test extract() function - error condition - Invalid prefix.
|
/PHP-8.2/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-8.2/Zend/tests/match/ |
H A D | 041.phpt | 2 Match expression with trailing comma in condition list
|
/PHP-8.2/ext/spl/tests/ |
H A D | SplQueue_setIteratorMode_param_lifo.phpt | 2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
|
/PHP-8.2/ext/json/ |
H A D | json_scanner.re | 34 #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.2/ext/opcache/tests/ |
H A D | bug81015.phpt | 2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
|
/PHP-8.2/ext/dba/tests/ |
H A D | bug71514.phpt | 2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
|
/PHP-8.2/ext/date/tests/ |
H A D | date_sunrise_and_sunset_error.phpt | 2 Test error condition of date_sunrise() and date_sunset()
|
/PHP-8.2/ext/gd/tests/ |
H A D | libgd00086.phpt | 18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
|
H A D | libgd00086_extern.phpt | 18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
|
H A D | bug39780.phpt | 18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
|
H A D | bug39780_extern.phpt | 18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
|
/PHP-8.2/Zend/asm/ |
H A D | jump_ppc32_sysv_elf_gas.S | 64 mfcr %r8 # condition register
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 352 #define ACROSSCHAR(condition, eptr, action) \ argument 353 while((condition) && ((*eptr) & 0xc0u) == 0x80u) action 458 #define ACROSSCHAR(condition, eptr, action) \ argument 459 if ((condition) && ((*eptr) & 0xfc00u) == 0xdc00u) action 533 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
|