Home
last modified time | relevance | path

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

/PHP-5.5/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 Dns_058.phpt2 058: Usage of 'namespace' in compound names (out of namespase)
H A Dns_057.phpt2 057: Usage of 'namespace' in compound names (inside namespace)
/PHP-5.5/Zend/
H A Dzend_compile.c2097 if (compound && CG(current_import)) { in zend_resolve_non_class_name()
2098 len = compound - Z_STRVAL(element_name->u.constant); in zend_resolve_non_class_name()
2185 char *compound; in zend_resolve_class_name() local
2191 compound = memchr(Z_STRVAL(class_name->u.constant), '\\', Z_STRLEN(class_name->u.constant)); in zend_resolve_class_name()
2192 if (compound) { in zend_resolve_class_name()
2207 len = compound - Z_STRVAL(class_name->u.constant); in zend_resolve_class_name()
5593 char *compound; in zend_do_fetch_constant() local
5645compound = memchr(Z_STRVAL(constant_name->u.constant), '\\', Z_STRLEN(constant_name->u.constant)); in zend_do_fetch_constant()
5654 if(!compound) { in zend_do_fetch_constant()
5662compound = memchr(Z_STRVAL(constant_name->u.constant), '\\', Z_STRLEN(constant_name->u.constant)); in zend_do_fetch_constant()
[all …]
/PHP-5.5/
H A DNEWS6179 - Fixed bug #46979 (use with non-compound name *has* effect). (Dmitry)
6194 - Fixed bug #46755 (warning: use statement with non-compound name). (Dmitry)

Completed in 66 milliseconds