Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_opcode.c78 op_array->doc_comment = NULL; in init_op_array()
196 if (ce->doc_comment) { in destroy_zend_class()
197 efree(ce->doc_comment); in destroy_zend_class()
211 if (ce->doc_comment) { in destroy_zend_class()
212 free(ce->doc_comment); in destroy_zend_class()
270 if (op_array->doc_comment) { in destroy_op_array()
271 efree(op_array->doc_comment); in destroy_op_array()
H A Dzend_compile.h46 if (CG(doc_comment)) { \
47 efree(CG(doc_comment)); \
48 CG(doc_comment) = NULL; \
168 char *doc_comment; member
236 char *doc_comment; member
H A Dzend_globals.h130 char *doc_comment; member
H A Dzend_compile.c1393 if (CG(doc_comment)) { in zend_do_begin_function_declaration()
1394 CG(active_op_array)->doc_comment = CG(doc_comment); in zend_do_begin_function_declaration()
1396 CG(doc_comment) = NULL; in zend_do_begin_function_declaration()
3488 if (CG(doc_comment)) { in zend_do_begin_class_declaration()
3489 CG(active_class_entry)->doc_comment = CG(doc_comment); in zend_do_begin_class_declaration()
3491 CG(doc_comment) = NULL; in zend_do_begin_class_declaration()
3662 if (CG(doc_comment)) { in zend_do_declare_property()
3691 if (CG(doc_comment)) { in zend_do_declare_class_constant()
5016 ce->doc_comment = NULL; in zend_initialize_class_data()
5195 if (CG(doc_comment)) { in zend_do_begin_namespace()
[all …]
H A Dzend.h466 char *doc_comment; member
H A Dzend_language_scanner.l152 CG(doc_comment) = NULL; in startup_scanner()
1767 CG(doc_comment) = estrndup(yytext, yyleng);
H A Dzend_API.c3101 …st char *name, int name_length, zval *property, int access_type, char *doc_comment, int doc_commen… in zend_declare_property_ex() argument
3164 property_info.doc_comment = doc_comment; in zend_declare_property_ex()
H A Dzend_API.h293 …st char *name, int name_length, zval *property, int access_type, char *doc_comment, int doc_commen…
H A Dzend_language_scanner.c154 CG(doc_comment) = NULL; in startup_scanner()
3423 CG(doc_comment) = estrndup(yytext, yyleng); in lex_scan()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c351 if (ce->type == ZEND_USER_CLASS && ce->doc_comment) { in _class_string()
352 string_printf(str, "%s%s", indent, ce->doc_comment); in _class_string()
808 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
809 string_printf(str, "%s%s\n", indent, fptr->op_array.doc_comment); in _function_string()
1713 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in ZEND_METHOD()
3367 if (ce->type == ZEND_USER_CLASS && ce->doc_comment) { in ZEND_METHOD()
3368 RETURN_STRINGL(ce->doc_comment, ce->doc_comment_len, 1); in ZEND_METHOD()
3604 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
4446 reference->prop.doc_comment = NULL; in ZEND_METHOD()
4721 if (ref->prop.doc_comment) { in ZEND_METHOD()
[all …]

Completed in 92 milliseconds