Home
last modified time | relevance | path

Searched refs:compound (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.4/Zend/tests/
H A Dns_033.phpt2 033: Import statement with non-compound name
9 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
11 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Ddiv_by_zero_compound_refcounted.phpt2 Division by zero in compound assignment with refcounted operand
H A Ddiv_by_zero_compound_with_conversion.phpt2 Division by zero in compound operator with type coercion
H A Dbug69388_2.phpt15 The use statement with non-compound name 'Exception' has no effect
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
H A Dbug79947.phpt2 Bug #79947: Memory leak on invalid offset type in compound assignment
H A Dbug69388.phpt18 The use statement with non-compound name 'Exception' has no effect
H A Dns_091.phpt2 Group use statements with compound namespaces
H A Dthrowing_overloaded_compound_assign_op.phpt2 Exception in compound assign op should prevent call to overloaded object handlers
H A Dcompound_assign_with_numeric_strings.phpt2 Error cases of compound shift assignment on strings
H A Dassign_op_type_error.phpt2 TypeError for compound assignment operations
H A Dns_057.phpt2 057: Usage of 'namespace' in compound names (inside namespace)
H A Dns_058.phpt2 058: Usage of 'namespace' in compound names (out of namespace)
H A Dgc_038.phpt2 GC 038: Garbage created by compound assignment operators (e.g. +=)
H A Dcompound_assign_failure.phpt2 Behavior of failing compound assignment
/PHP-8.4/Zend/tests/restrict_globals/
H A Dinvalid_assign_op.phpt2 Cannot compound assign to $GLOBALS
/PHP-8.4/ext/opcache/tests/
H A Dbug77310_1.phpt2 Bug #77310 (1): Incorrect SCCP for compound assign to arrays
/PHP-8.4/Zend/tests/type_declarations/
H A Dtyped_properties_103.phpt2 Handling of UNDEF property in compound assign
/PHP-8.4/Zend/tests/use_function/
H A Dns_end_resets_seen_symbols_1.phpt50 Warning: The use statement with non-compound name 'f' has no effect in %s on line 36
H A Dns_end_resets_seen_symbols_2.phpt46 Warning: The use statement with non-compound name 'C' has no effect in %s on line 32
/PHP-8.4/ext/bcmath/tests/number/operators/
H A Dcompound_assignment.phpt2 BcMath\Number operator compound assignment
/PHP-8.4/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt84 echo "Concatenation in loop (compound assignment):\n";
134 Concatenation in loop (compound assignment):
H A Dstrings_marked_as_utf8.phpt90 echo "Concatenation in loop (compound assignment):\n";
188 Concatenation in loop (compound assignment):
/PHP-8.4/Zend/
H A Dzend_compile.c1079 char *compound; in zend_resolve_non_class_name() local
1113 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_non_class_name()
1114 if (compound) { in zend_resolve_non_class_name()
1118 if (compound && FC(imports)) { in zend_resolve_non_class_name()
1120 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name()
1147 char *compound; in zend_resolve_class_name() local
1181 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_class_name()
1182 if (compound) { in zend_resolve_class_name()
1184 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name()
/PHP-8.4/ext/fileinfo/tests/
H A Dmagic10821 >14 ubyte &0x40 compound index
10839 # 1~a unique index 8~index has FOR clause 32~compact index format 64~compound index header
10846 #>14 ubyte &0x40 \b, compound header

Completed in 143 milliseconds

12