Home
last modified time | relevance | path

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

/PHP-8.2/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 Dbug79947.phpt2 Bug #79947: Memory leak on invalid offset type in compound assignment
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 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 namespase)
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.2/Zend/tests/restrict_globals/
H A Dinvalid_assign_op.phpt2 Cannot compound assign to $GLOBALS
/PHP-8.2/ext/opcache/tests/
H A Dbug77310_1.phpt2 Bug #77310 (1): Incorrect SCCP for compound assign to arrays
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_103.phpt2 Handling of UNDEF property in compound assign
/PHP-8.2/Zend/
H A Dzend_compile.c873 char *compound; in zend_resolve_non_class_name() local
907 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_non_class_name()
908 if (compound) { in zend_resolve_non_class_name()
912 if (compound && FC(imports)) { in zend_resolve_non_class_name()
914 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name()
941 char *compound; in zend_resolve_class_name() local
975 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_class_name()
976 if (compound) { in zend_resolve_class_name()
978 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name()
/PHP-8.2/
H A DNEWS1743 . Fixed SSA object type update for compound assignment opcodes. (nielsdos)
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4924 /* compound assignment may decrement "op2" refcount */
H A Dzend_jit_x86.dasc5424 /* compound assignment may decrement "op2" refcount */

Completed in 102 milliseconds