Searched refs:compound (Results 1 – 19 of 19) sorted by relevance
2 033: Import statement with non-compound name9 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 211 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
2 Division by zero in compound assignment with refcounted operand
2 Bug #79947: Memory leak on invalid offset type in compound assignment
2 Division by zero in compound operator with type coercion
15 The use statement with non-compound name 'Exception' has no effect
2 Exception during read part of compound assignment operation on a property
18 The use statement with non-compound name 'Exception' has no effect
2 Group use statements with compound namespaces
2 Exception in compound assign op should prevent call to overloaded object handlers
2 Error cases of compound shift assignment on strings
2 057: Usage of 'namespace' in compound names (inside namespace)
2 058: Usage of 'namespace' in compound names (out of namespase)
2 GC 038: Garbage created by compound assignment operators (e.g. +=)
2 Behavior of failing compound assignment
2 Bug #77310 (1): Incorrect SCCP for compound assign to arrays
2 Handling of UNDEF property in compound assign
108 ZEND_ASSIGN_STATIC_PROP), all compound assignments (ZEND_ASSIGN_OP,
866 char *compound; in zend_resolve_non_class_name() local900 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() local956 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()
5345 /* compound assignment may decrement "op2" refcount */
Completed in 58 milliseconds