Searched defs:doc_comment (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/Zend/ | ||
| H A D | zend.h | 466 char *doc_comment; member in struct:_zend_class_entry |
| H A D | zend_API.c | 3101 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type, char *doc_comment, int doc_comment_len TSRMLS_DC) /* {{{ */ argument 3164 property_info.doc_comment = doc_comment; |
| H A D | zend_compile.h | 46 if (CG(doc_comment)) { \ 47 efree(CG(doc_comment)); \ 48 CG(doc_comment) = NULL; \ 168 char *doc_comment; member in struct:_zend_property_info 236 char *doc_comment; member in struct:_zend_op_array |
| H A D | zend_globals.h | 130 char *doc_comment; member in struct:_zend_compiler_globals |
Completed in 14 milliseconds