Lines Matching refs:info
320 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
321 smart_str_append_printf(str, "%s%s", indent, ZSTR_VAL(ce->info.user.doc_comment)); in _class_string()
337 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
338 smart_str_append_printf(str, ":%s", ce->info.internal.module->name); in _class_string()
378 smart_str_append_printf(str, "%s @@ %s %d-%d\n", indent, ZSTR_VAL(ce->info.user.filename), in _class_string()
379 ce->info.user.line_start, ce->info.user.line_end); in _class_string()
945 …if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module && !strcasecmp(ce->info.internal… in _extension_class_string()
4049 RETURN_STR_COPY(ce->info.user.filename); in ZEND_METHOD()
4067 RETURN_LONG(ce->info.user.line_start); in ZEND_METHOD()
4085 RETURN_LONG(ce->info.user.line_end); in ZEND_METHOD()
4102 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
4103 RETURN_STR_COPY(ce->info.user.doc_comment); in ZEND_METHOD()
5187 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5188 reflection_extension_factory(return_value, ce->info.internal.module->name); in ZEND_METHOD()
5207 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5208 RETURN_STRING(ce->info.internal.module->name); in ZEND_METHOD()
5900 …if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module && !strcasecmp(ce->info.internal… in add_extension_class()
6024 ZEND_METHOD(reflection_extension, info) in ZEND_METHOD() argument
6677 ZEND_ME(reflection_extension, info, arginfo_reflection__void, 0)