doc_comment       186 Zend/zend.h    			zend_string *doc_comment;
doc_comment      3607 Zend/zend_API.c ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *doc_comment) /* {{{ */
doc_comment      3675 Zend/zend_API.c 	property_info->doc_comment = doc_comment;
doc_comment       318 Zend/zend_API.h ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *doc_comment);
doc_comment        72 Zend/zend_ast.c 	zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment,
doc_comment        84 Zend/zend_ast.c 	ast->doc_comment = doc_comment;
doc_comment       468 Zend/zend_ast.c 			if (decl->doc_comment) {
doc_comment       469 Zend/zend_ast.c 				zend_string_release(decl->doc_comment);
doc_comment       185 Zend/zend_ast.h 	zend_string *doc_comment;
doc_comment       199 Zend/zend_ast.h 	zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment,
doc_comment      1637 Zend/zend_compile.c 		ce->info.user.doc_comment = NULL;
doc_comment      4864 Zend/zend_compile.c 	if (decl->doc_comment) {
doc_comment      4865 Zend/zend_compile.c 		op_array->doc_comment = zend_string_copy(decl->doc_comment);
doc_comment      4943 Zend/zend_compile.c 		zend_string *doc_comment = NULL;
doc_comment      4948 Zend/zend_compile.c 			doc_comment = zend_string_copy(zend_ast_get_str(doc_comment_ast));
doc_comment      4969 Zend/zend_compile.c 		zend_declare_property_ex(ce, name, &value_zv, flags, doc_comment);
doc_comment      5241 Zend/zend_compile.c 	if (decl->doc_comment) {
doc_comment      5242 Zend/zend_compile.c 		ce->info.user.doc_comment = zend_string_copy(decl->doc_comment);
doc_comment        49 Zend/zend_compile.h 	if (CG(doc_comment)) { \
doc_comment        50 Zend/zend_compile.h 		zend_string_release(CG(doc_comment)); \
doc_comment        51 Zend/zend_compile.h 		CG(doc_comment) = NULL; \
doc_comment       286 Zend/zend_compile.h 	zend_string *doc_comment;
doc_comment       368 Zend/zend_compile.h 	zend_string *doc_comment;
doc_comment       103 Zend/zend_globals.h 	zend_string *doc_comment;
doc_comment        41 Zend/zend_inheritance.c 	if (new_property_info->doc_comment) {
doc_comment        42 Zend/zend_inheritance.c 		zend_string_addref(new_property_info->doc_comment);
doc_comment      1476 Zend/zend_inheritance.c 	zend_string *doc_comment;
doc_comment      1505 Zend/zend_inheritance.c 					if (coliding_prop->doc_comment) {
doc_comment      1506 Zend/zend_inheritance.c 						zend_string_release(coliding_prop->doc_comment);
doc_comment      1552 Zend/zend_inheritance.c 			doc_comment = property_info->doc_comment ? zend_string_copy(property_info->doc_comment) : NULL;
doc_comment      1555 Zend/zend_inheritance.c 								     doc_comment);
doc_comment       979 Zend/zend_language_parser.y 	/* empty */ { $$ = CG(doc_comment); CG(doc_comment) = NULL; }
doc_comment       182 Zend/zend_language_scanner.c 	CG(doc_comment) = NULL;
doc_comment      3340 Zend/zend_language_scanner.c 		CG(doc_comment) = zend_string_init(yytext, yyleng, 0);
doc_comment        72 Zend/zend_opcode.c 	op_array->doc_comment = NULL;
doc_comment       282 Zend/zend_opcode.c 					if (prop_info->doc_comment) {
doc_comment       283 Zend/zend_opcode.c 						zend_string_release(prop_info->doc_comment);
doc_comment       294 Zend/zend_opcode.c 			if (ce->info.user.doc_comment) {
doc_comment       295 Zend/zend_opcode.c 				zend_string_release(ce->info.user.doc_comment);
doc_comment       387 Zend/zend_opcode.c 	if (op_array->doc_comment) {
doc_comment       388 Zend/zend_opcode.c 		zend_string_release(op_array->doc_comment);
doc_comment       357 ext/opcache/ZendAccelerator.h # define ZEND_CE_DOC_COMMENT(ce)        (ce)->info.user.doc_comment
doc_comment       469 ext/opcache/zend_file_cache.c 		SERIALIZE_STR(op_array->doc_comment);
doc_comment       506 ext/opcache/zend_file_cache.c 		if (prop->doc_comment && !IS_SERIALIZED(prop->doc_comment)) {
doc_comment       507 ext/opcache/zend_file_cache.c 			SERIALIZE_STR(prop->doc_comment);
doc_comment      1020 ext/opcache/zend_file_cache.c 		UNSERIALIZE_STR(op_array->doc_comment);
doc_comment      1053 ext/opcache/zend_file_cache.c 		if (prop->doc_comment && !IS_UNSERIALIZED(prop->doc_comment)) {
doc_comment      1054 ext/opcache/zend_file_cache.c 			UNSERIALIZE_STR(prop->doc_comment);
doc_comment       628 ext/opcache/zend_persist.c 	if (op_array->doc_comment) {
doc_comment       631 ext/opcache/zend_persist.c 				op_array->doc_comment = zend_shared_alloc_get_xlat_entry(op_array->doc_comment);
doc_comment       632 ext/opcache/zend_persist.c 				ZEND_ASSERT(op_array->doc_comment != NULL);
doc_comment       634 ext/opcache/zend_persist.c 				zend_accel_store_string(op_array->doc_comment);
doc_comment       638 ext/opcache/zend_persist.c 				zend_string_release(op_array->doc_comment);
doc_comment       640 ext/opcache/zend_persist.c 			op_array->doc_comment = NULL;
doc_comment       706 ext/opcache/zend_persist.c 	if (prop->doc_comment) {
doc_comment       708 ext/opcache/zend_persist.c 			zend_accel_store_string(prop->doc_comment);
doc_comment       710 ext/opcache/zend_persist.c 			if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
doc_comment       711 ext/opcache/zend_persist.c 				zend_shared_alloc_register_xlat_entry(prop->doc_comment, prop->doc_comment);
doc_comment       713 ext/opcache/zend_persist.c 			zend_string_release(prop->doc_comment);
doc_comment       714 ext/opcache/zend_persist.c 			prop->doc_comment = NULL;
doc_comment       243 ext/opcache/zend_persist_calc.c 	if (ZCG(accel_directives).save_comments && op_array->doc_comment) {
doc_comment       244 ext/opcache/zend_persist_calc.c 		ADD_STRING(op_array->doc_comment);
doc_comment       291 ext/opcache/zend_persist_calc.c 		if (ZCG(accel_directives).save_comments && prop->doc_comment) {
doc_comment       292 ext/opcache/zend_persist_calc.c 			ADD_STRING(prop->doc_comment);
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, ZSTR_VAL(ce->info.user.doc_comment));
doc_comment       793 ext/reflection/php_reflection.c 	if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) {
doc_comment       794 ext/reflection/php_reflection.c 		string_printf(str, "%s%s\n", indent, ZSTR_VAL(fptr->op_array.doc_comment));
doc_comment      1869 ext/reflection/php_reflection.c 	if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) {
doc_comment      1870 ext/reflection/php_reflection.c 		RETURN_STR_COPY(fptr->op_array.doc_comment);
doc_comment      4007 ext/reflection/php_reflection.c 	if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) {
doc_comment      4008 ext/reflection/php_reflection.c 		RETURN_STR_COPY(ce->info.user.doc_comment);
doc_comment      4240 ext/reflection/php_reflection.c 			property_info_tmp.doc_comment = NULL;
doc_comment      4327 ext/reflection/php_reflection.c 		property_info.doc_comment = NULL;
doc_comment      5237 ext/reflection/php_reflection.c 		reference->prop.doc_comment = NULL;
doc_comment      5503 ext/reflection/php_reflection.c 	if (ref->prop.doc_comment) {
doc_comment      5504 ext/reflection/php_reflection.c 		RETURN_STR_COPY(ref->prop.doc_comment);