Home
last modified time | relevance | path

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

/PHP-7.1/Zend/tests/
H A Dns_033.phpt2 033: Import statement with non-compound name
8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
H A Dbug69388_2.phpt16 The use statement with non-compound name 'Exception' has no effect
H A Dbug69388.phpt19 The use statement with non-compound name 'Exception' has no effect
H A Dns_091.phpt2 Group use statements with compound namespaces
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 Dcompound_assign_failure.phpt2 Behavior of failing compound assignment
/PHP-7.1/Zend/
H A Dzend_compile.c877 char *compound; in zend_resolve_non_class_name() local
911 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() local
967 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 30 milliseconds