Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1163 int name_len = strlen(name_str); in reflection_extension_factory()
1516 char *name_str; in ZEND_METHOD() local
1543 "Function %s() does not exist", name_str); in ZEND_METHOD()
2444 char *name_str, *tmp; in ZEND_METHOD() local
2452 if ((tmp = strstr(name_str, "::")) == NULL) { in ZEND_METHOD()
2457 tmp_len = tmp - name_str; in ZEND_METHOD()
2458 ZVAL_STRINGL(classname, name_str, tmp_len, 1); in ZEND_METHOD()
2460 name_str = tmp + 2; in ZEND_METHOD()
4362 char *name_str, *class_name, *prop_name; in ZEND_METHOD() local
4766 char *name_str; in ZEND_METHOD() local
[all …]

Completed in 18 milliseconds