Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_globals.h131 zend_uint doc_comment_len; member
H A Dzend_compile.h50 CG(doc_comment_len) = 0; \
169 int doc_comment_len; member
237 zend_uint doc_comment_len; member
H A Dzend_language_scanner.l113 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) CG(doc_comment_len) = (len)
114 #define GET_DOUBLE_QUOTES_SCANNED_LENGTH() CG(doc_comment_len)
153 CG(doc_comment_len) = 0; in startup_scanner()
1768 CG(doc_comment_len) = yyleng;
H A Dzend_opcode.c79 op_array->doc_comment_len = 0; in init_op_array()
H A Dzend_compile.c47 property_info->doc_comment = estrndup(property_info->doc_comment, property_info->doc_comment_len); in zend_duplicate_property_info()
1395 CG(active_op_array)->doc_comment_len = CG(doc_comment_len); in zend_do_begin_function_declaration()
1397 CG(doc_comment_len) = 0; in zend_do_begin_function_declaration()
3490 CG(active_class_entry)->doc_comment_len = CG(doc_comment_len); in zend_do_begin_class_declaration()
3492 CG(doc_comment_len) = 0; in zend_do_begin_class_declaration()
3664 comment_len = CG(doc_comment_len); in zend_do_declare_property()
3666 CG(doc_comment_len) = 0; in zend_do_declare_property()
3694 CG(doc_comment_len) = 0; in zend_do_declare_class_constant()
5017 ce->doc_comment_len = 0; in zend_initialize_class_data()
5198 CG(doc_comment_len) = 0; in zend_do_begin_namespace()
[all …]
H A Dzend.h467 zend_uint doc_comment_len; member
H A Dzend_API.c3101 …name_length, zval *property, int access_type, char *doc_comment, int doc_comment_len TSRMLS_DC) /*… in zend_declare_property_ex()
3165 property_info.doc_comment_len = doc_comment_len; in zend_declare_property_ex()
H A Dzend_API.h293 …nt name_length, zval *property, int access_type, char *doc_comment, int doc_comment_len TSRMLS_DC);
H A Dzend_language_scanner.c115 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) CG(doc_comment_len) = (len)
116 #define GET_DOUBLE_QUOTES_SCANNED_LENGTH() CG(doc_comment_len)
155 CG(doc_comment_len) = 0; in startup_scanner()
3424 CG(doc_comment_len) = yyleng; in lex_scan()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1714 RETURN_STRINGL(fptr->op_array.doc_comment, fptr->op_array.doc_comment_len, 1); in ZEND_METHOD()
3368 RETURN_STRINGL(ce->doc_comment, ce->doc_comment_len, 1); in ZEND_METHOD()
4722 RETURN_STRINGL(ref->prop.doc_comment, ref->prop.doc_comment_len, 1); in ZEND_METHOD()

Completed in 84 milliseconds