Home
last modified time | relevance | path

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

/PHP-5.4/ext/reflection/tests/
H A Dbug64936.phpt19 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
26 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
/PHP-5.4/Zend/
H A Dzend_opcode.c75 op_array->doc_comment = NULL; in init_op_array()
301 if (ce->info.user.doc_comment) { in destroy_zend_class()
302 efree((char*)ce->info.user.doc_comment); in destroy_zend_class()
388 if (op_array->doc_comment) { in destroy_op_array()
389 efree((char*)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; \
219 const char *doc_comment; member
291 const char *doc_comment; member
H A Dzend_globals.h130 char *doc_comment; member
H A Dzend_compile.c1747 if (CG(doc_comment)) { in zend_do_begin_function_declaration()
1748 CG(active_op_array)->doc_comment = CG(doc_comment); in zend_do_begin_function_declaration()
1750 CG(doc_comment) = NULL; in zend_do_begin_function_declaration()
4067 char* doc_comment; in zend_do_traits_property_binding() local
4147doc_comment = property_info->doc_comment ? estrndup(property_info->doc_comment, property_info->doc… in zend_do_traits_property_binding()
4881 if (CG(doc_comment)) { in zend_do_begin_class_declaration()
4882 CG(active_class_entry)->info.user.doc_comment = CG(doc_comment); in zend_do_begin_class_declaration()
4884 CG(doc_comment) = NULL; in zend_do_begin_class_declaration()
5110 if (CG(doc_comment)) { in zend_do_declare_property()
5153 if (CG(doc_comment)) { in zend_do_declare_class_constant()
[all …]
H A Dzend.h521 const char *doc_comment; member
H A Dzend_language_scanner.l183 CG(doc_comment) = NULL; in startup_scanner()
1967 CG(doc_comment) = estrndup(yytext, yyleng);
H A Dzend_API.c3351 …r *name, int name_length, zval *property, int access_type, const char *doc_comment, int doc_commen… in zend_declare_property_ex() argument
3440 property_info.doc_comment = doc_comment; in zend_declare_property_ex()
H A Dzend_API.h304 …r *name, int name_length, zval *property, int access_type, const char *doc_comment, int doc_commen…
H A Dzend_language_scanner.c185 CG(doc_comment) = NULL; in startup_scanner()
3606 CG(doc_comment) = estrndup(yytext, yyleng); in lex_scan()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c366 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
367 string_printf(str, "%s%s", indent, ce->info.user.doc_comment); in _class_string()
833 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
834 string_printf(str, "%s%s\n", indent, fptr->op_array.doc_comment); in _function_string()
1862 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in ZEND_METHOD()
3618 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
3619 RETURN_STRINGL(ce->info.user.doc_comment, ce->info.user.doc_comment_len, 1); in ZEND_METHOD()
3855 property_info_tmp.doc_comment = NULL; in ZEND_METHOD()
4833 reference->prop.doc_comment = NULL; in ZEND_METHOD()
5110 if (ref->prop.doc_comment) { in ZEND_METHOD()
[all …]

Completed in 139 milliseconds