Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 39) sorted by path

12

/PHP-7.4/
H A DNEWS321 operator in if-condition). (Nikita)
H A DREADME.REDIST.BINS110 The second condition in the BSD licence (covering binary redistributions) does
112 PCRE2, it must respect the condition, but if package B is software that
113 includes package A, the condition is not imposed on package B unless it uses
/PHP-7.4/Zend/tests/
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
H A Dbug69758.phpt16 // Add condition and then pop off straight away.
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_constant_defaults_error.phpt2 Scalar type - default via constants - error condition
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 Dtyped_properties_004.phpt2 Test typed properties error condition (type mismatch)
H A Dtyped_properties_005.phpt2 Test typed properties error condition (type mismatch object)
/PHP-7.4/Zend/
H A Dzend_alloc.c141 # define ZEND_MM_CHECK(condition, message) do { \ argument
142 if (UNEXPECTED(!(condition))) { \
H A Dzend_portability.h322 # 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
H A Dzend_vm_gen.php750 function format_condition($condition) { argument
751 if ($condition === "") {
755 if ($condition[0] === "(" && substr($condition, -1) === ")") {
756 return $condition;
759 return "(".$condition.")";
2470 $condition = $m[3];
2483 $opcodes[$orig_code]['type_spec'][$code] = $condition;
2943 foreach($dsc['type_spec'] as $code => $condition) {
2944 $condition = format_condition($condition);
2946 out($f, "\t\t\tif $condition {\n");
[all …]
/PHP-7.4/azure/
H A Dcommunity_job.yml75 condition: or(succeeded(), failed())
84 condition: or(succeeded(), failed())
93 condition: or(succeeded(), failed())
H A Dcoverage_job.yml37 condition: or(succeeded(), failed())
42 condition: or(succeeded(), failed())
48 condition: or(succeeded(), failed())
H A Dtest.yml26 condition: or(succeeded(), failed())
34 condition: or(succeeded(), failed())
/PHP-7.4/azure/i386/
H A Dtest.yml25 condition: or(succeeded(), failed())
33 condition: or(succeeded(), failed())
/PHP-7.4/azure/macos/
H A Dtest.yml21 condition: or(succeeded(), failed())
29 condition: or(succeeded(), failed())
/PHP-7.4/ext/dba/tests/
H A Dbug71514.phpt2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
/PHP-7.4/ext/gd/tests/
H A Dbug39780.phpt17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
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 Dlibgd00086_extern.phpt16 gd-png error: setjmp returns error condition 1
/PHP-7.4/ext/json/
H A Djson_scanner.re36 #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/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.

Completed in 56 milliseconds

12