1
0
Fork 0

trunk: catch up doc_comment with PHP6

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@272 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-11-05 03:00:32 +00:00
parent 1cd932e4f3
commit c0a56a47f2
1 changed files with 3 additions and 3 deletions

View File

@ -263,7 +263,7 @@ DEF_STRUCT_P_FUNC(`zend_property_info', , `
DISPATCH(ulong, h)
#ifdef ZEND_ENGINE_2_1
DISPATCH(int, doc_comment_len)
PROC_STRING_L(doc_comment, doc_comment_len)
PROC_ZSTRING_L(, doc_comment, doc_comment_len)
#endif
dnl isnt in php6 yet
#if defined(ZEND_ENGINE_2_2) && !defined(IS_UNICODE)
@ -355,7 +355,7 @@ DEF_STRUCT_P_FUNC(`zend_class_entry', , `dnl {{{
DISPATCH(zend_uint, line_end)
#ifdef ZEND_ENGINE_2_1
DISPATCH(zend_uint, doc_comment_len)
PROC_STRING_L(doc_comment, doc_comment_len)
PROC_ZSTRING_L(, doc_comment, doc_comment_len)
#endif
/* # NOT DONE */
COPY(serialize_func)
@ -603,7 +603,7 @@ DEF_STRUCT_P_FUNC(`zend_op_array', , `dnl {{{
DISPATCH(zend_uint, line_start)
DISPATCH(zend_uint, line_end)
DISPATCH(int, doc_comment_len)
PROC_STRING_L(doc_comment, doc_comment_len)
PROC_ZSTRING_L(, doc_comment, doc_comment_len)
#endif
/* reserved */