Lines Matching refs:doc_comment
319 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
320 smart_str_append_printf(str, "%s%s", indent, ZSTR_VAL(ce->info.user.doc_comment)); in _class_string()
783 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
784 smart_str_append_printf(str, "%s%s\n", indent, ZSTR_VAL(fptr->op_array.doc_comment)); in _function_string()
1920 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in ZEND_METHOD()
1921 RETURN_STR_COPY(fptr->op_array.doc_comment); in ZEND_METHOD()
3979 if (ref->doc_comment) { in ZEND_METHOD()
3980 RETURN_STR_COPY(ref->doc_comment); in ZEND_METHOD()
4389 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
4390 RETURN_STR_COPY(ce->info.user.doc_comment); in ZEND_METHOD()
5813 if (ref->prop && ref->prop->doc_comment) { in ZEND_METHOD()
5814 RETURN_STR_COPY(ref->prop->doc_comment); in ZEND_METHOD()