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
1.2
Xuefer 17 years ago
parent 1cd932e4f3
commit c0a56a47f2

@ -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 */

Loading…
Cancel
Save