Searched refs:compound (Results 1 – 22 of 22) 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 TypeError for compound assignment operations
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 Cannot compound assign to $GLOBALS
2 Bug #77310 (1): Incorrect SCCP for compound assign to arrays
2 Handling of UNDEF property in compound assign
873 char *compound; in zend_resolve_non_class_name() local907 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() local975 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()
1743 . Fixed SSA object type update for compound assignment opcodes. (nielsdos)
4924 /* compound assignment may decrement "op2" refcount */
5424 /* compound assignment may decrement "op2" refcount */
Completed in 102 milliseconds