Searched refs:compound (Results 1 – 10 of 10) sorted by relevance
2 033: Import statement with non-compound name8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 210 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
2 Exception during read part of compound assignment operation on a property
16 The use statement with non-compound name 'Exception' has no effect
19 The use statement with non-compound name 'Exception' has no effect
2 Group use statements with compound namespaces
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 Behavior of failing compound assignment
877 char *compound; in zend_resolve_non_class_name() local911 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_non_class_name()912 if (compound) { in zend_resolve_non_class_name()916 if (compound && FC(imports)) { in zend_resolve_non_class_name()918 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name()946 char *compound; in zend_resolve_class_name() local967 compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)); in zend_resolve_class_name()968 if (compound) { in zend_resolve_class_name()970 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name()
Completed in 36 milliseconds