Home
last modified time | relevance | path

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

/PHP-8.0/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 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.0/ext/opcache/tests/
H A Dbug77310_1.phpt2 Bug #77310 (1): Incorrect SCCP for compound assign to arrays
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_103.phpt2 Handling of UNDEF property in compound assign
/PHP-8.0/
H A DUPGRADING.INTERNALS108 ZEND_ASSIGN_STATIC_PROP), all compound assignments (ZEND_ASSIGN_OP,
/PHP-8.0/Zend/
H A Dzend_compile.c866 char *compound; in zend_resolve_non_class_name() local
900 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_non_class_name()
901 if (compound) { in zend_resolve_non_class_name()
905 if (compound && FC(imports)) { in zend_resolve_non_class_name()
907 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name()
935 char *compound; in zend_resolve_class_name() local
956 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_class_name()
957 if (compound) { in zend_resolve_class_name()
959 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc5345 /* compound assignment may decrement "op2" refcount */

Completed in 63 milliseconds