doc_comment 534 Zend/zend.h const char *doc_comment; doc_comment 3425 Zend/zend_API.c ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type, const char *doc_comment, int doc_comment_len TSRMLS_DC) /* {{{ */ doc_comment 3513 Zend/zend_API.c property_info.doc_comment = doc_comment; doc_comment 309 Zend/zend_API.h ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type, const char *doc_comment, int doc_comment_len TSRMLS_DC); doc_comment 115 Zend/zend_compile.c if (property_info->doc_comment) { doc_comment 116 Zend/zend_compile.c property_info->doc_comment = estrndup(property_info->doc_comment, property_info->doc_comment_len); doc_comment 130 Zend/zend_compile.c if (property_info->doc_comment) { doc_comment 131 Zend/zend_compile.c efree((char*)property_info->doc_comment); doc_comment 1785 Zend/zend_compile.c if (CG(doc_comment)) { doc_comment 1786 Zend/zend_compile.c CG(active_op_array)->doc_comment = CG(doc_comment); doc_comment 1788 Zend/zend_compile.c CG(doc_comment) = NULL; doc_comment 4421 Zend/zend_compile.c char* doc_comment; doc_comment 4500 Zend/zend_compile.c doc_comment = property_info->doc_comment ? estrndup(property_info->doc_comment, property_info->doc_comment_len) : NULL; doc_comment 4503 Zend/zend_compile.c doc_comment, property_info->doc_comment_len TSRMLS_CC); doc_comment 5230 Zend/zend_compile.c if (CG(doc_comment)) { doc_comment 5231 Zend/zend_compile.c CG(active_class_entry)->info.user.doc_comment = CG(doc_comment); doc_comment 5233 Zend/zend_compile.c CG(doc_comment) = NULL; doc_comment 5471 Zend/zend_compile.c if (CG(doc_comment)) { doc_comment 5472 Zend/zend_compile.c comment = CG(doc_comment); doc_comment 5474 Zend/zend_compile.c CG(doc_comment) = NULL; doc_comment 5505 Zend/zend_compile.c if (CG(doc_comment)) { doc_comment 5506 Zend/zend_compile.c efree(CG(doc_comment)); doc_comment 5507 Zend/zend_compile.c CG(doc_comment) = NULL; doc_comment 6969 Zend/zend_compile.c ce->info.user.doc_comment = NULL; doc_comment 7147 Zend/zend_compile.c if (CG(doc_comment)) { doc_comment 7148 Zend/zend_compile.c efree(CG(doc_comment)); doc_comment 7149 Zend/zend_compile.c CG(doc_comment) = NULL; doc_comment 47 Zend/zend_compile.h if (CG(doc_comment)) { \ doc_comment 48 Zend/zend_compile.h efree(CG(doc_comment)); \ doc_comment 49 Zend/zend_compile.h CG(doc_comment) = NULL; \ doc_comment 229 Zend/zend_compile.h const char *doc_comment; doc_comment 307 Zend/zend_compile.h const char *doc_comment; doc_comment 127 Zend/zend_globals.h char *doc_comment; doc_comment 183 Zend/zend_language_scanner.c CG(doc_comment) = NULL; doc_comment 3568 Zend/zend_language_scanner.c CG(doc_comment) = estrndup(yytext, yyleng); doc_comment 78 Zend/zend_opcode.c op_array->doc_comment = NULL; doc_comment 310 Zend/zend_opcode.c if (ce->info.user.doc_comment) { doc_comment 311 Zend/zend_opcode.c efree((char*)ce->info.user.doc_comment); doc_comment 397 Zend/zend_opcode.c if (op_array->doc_comment) { doc_comment 398 Zend/zend_opcode.c efree((char*)op_array->doc_comment); doc_comment 377 ext/opcache/ZendAccelerator.h # define ZEND_CE_DOC_COMMENT(ce) (ce)->info.user.doc_comment doc_comment 396 ext/opcache/ZendAccelerator.h # define ZEND_CE_DOC_COMMENT(ce) (ce)->doc_comment doc_comment 220 ext/opcache/zend_accelerator_util_funcs.c if (property_info->doc_comment) { doc_comment 221 ext/opcache/zend_accelerator_util_funcs.c efree((char*)property_info->doc_comment); doc_comment 642 ext/opcache/zend_accelerator_util_funcs.c if (prop_info->doc_comment) { doc_comment 644 ext/opcache/zend_accelerator_util_funcs.c prop_info->doc_comment = estrndup(prop_info->doc_comment, prop_info->doc_comment_len); doc_comment 646 ext/opcache/zend_accelerator_util_funcs.c prop_info->doc_comment = NULL; doc_comment 424 ext/opcache/zend_persist.c if (op_array->doc_comment) { doc_comment 426 ext/opcache/zend_persist.c zend_accel_store(op_array->doc_comment, op_array->doc_comment_len + 1); doc_comment 428 ext/opcache/zend_persist.c if (!zend_shared_alloc_get_xlat_entry(op_array->doc_comment)) { doc_comment 429 ext/opcache/zend_persist.c zend_shared_alloc_register_xlat_entry(op_array->doc_comment, op_array->doc_comment); doc_comment 430 ext/opcache/zend_persist.c efree((char*)op_array->doc_comment); doc_comment 432 ext/opcache/zend_persist.c op_array->doc_comment = NULL; doc_comment 473 ext/opcache/zend_persist.c if (prop->doc_comment) { doc_comment 475 ext/opcache/zend_persist.c zend_accel_store(prop->doc_comment, prop->doc_comment_len + 1); doc_comment 477 ext/opcache/zend_persist.c if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) { doc_comment 478 ext/opcache/zend_persist.c zend_shared_alloc_register_xlat_entry(prop->doc_comment, prop->doc_comment); doc_comment 479 ext/opcache/zend_persist.c efree((char*)prop->doc_comment); doc_comment 481 ext/opcache/zend_persist.c prop->doc_comment = NULL; doc_comment 232 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && op_array->doc_comment) { doc_comment 233 ext/opcache/zend_persist_calc.c ADD_DUP_SIZE(op_array->doc_comment, op_array->doc_comment_len + 1); doc_comment 256 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && prop->doc_comment) { doc_comment 257 ext/opcache/zend_persist_calc.c ADD_DUP_SIZE(prop->doc_comment, prop->doc_comment_len + 1); doc_comment 385 ext/reflection/php_reflection.c if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { doc_comment 386 ext/reflection/php_reflection.c string_printf(str, "%s%s", indent, ce->info.user.doc_comment); doc_comment 866 ext/reflection/php_reflection.c if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { doc_comment 867 ext/reflection/php_reflection.c string_printf(str, "%s%s\n", indent, fptr->op_array.doc_comment); doc_comment 1898 ext/reflection/php_reflection.c if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { doc_comment 1899 ext/reflection/php_reflection.c RETURN_STRINGL(fptr->op_array.doc_comment, fptr->op_array.doc_comment_len, 1); doc_comment 3698 ext/reflection/php_reflection.c if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { doc_comment 3699 ext/reflection/php_reflection.c RETURN_STRINGL(ce->info.user.doc_comment, ce->info.user.doc_comment_len, 1); doc_comment 3935 ext/reflection/php_reflection.c property_info_tmp.doc_comment = NULL; doc_comment 4927 ext/reflection/php_reflection.c reference->prop.doc_comment = NULL; doc_comment 5204 ext/reflection/php_reflection.c if (ref->prop.doc_comment) { doc_comment 5205 ext/reflection/php_reflection.c RETURN_STRINGL(ref->prop.doc_comment, ref->prop.doc_comment_len, 1);