ZEND_CE_DOC_COMMENT  763 ext/opcache/zend_accelerator_util_funcs.c 	if (ZEND_CE_DOC_COMMENT(ce)) {
ZEND_CE_DOC_COMMENT  765 ext/opcache/zend_accelerator_util_funcs.c 			ZEND_CE_DOC_COMMENT(ce) = estrndup(ZEND_CE_DOC_COMMENT(ce), ZEND_CE_DOC_COMMENT_LEN(ce));
ZEND_CE_DOC_COMMENT  767 ext/opcache/zend_accelerator_util_funcs.c 			ZEND_CE_DOC_COMMENT(ce) =  NULL;
ZEND_CE_DOC_COMMENT  528 ext/opcache/zend_persist.c 		if (ZEND_CE_DOC_COMMENT(ce)) {
ZEND_CE_DOC_COMMENT  530 ext/opcache/zend_persist.c 				zend_accel_store(ZEND_CE_DOC_COMMENT(ce), ZEND_CE_DOC_COMMENT_LEN(ce) + 1);
ZEND_CE_DOC_COMMENT  532 ext/opcache/zend_persist.c 				if (!zend_shared_alloc_get_xlat_entry(ZEND_CE_DOC_COMMENT(ce))) {
ZEND_CE_DOC_COMMENT  533 ext/opcache/zend_persist.c 					zend_shared_alloc_register_xlat_entry(ZEND_CE_DOC_COMMENT(ce), ZEND_CE_DOC_COMMENT(ce));
ZEND_CE_DOC_COMMENT  534 ext/opcache/zend_persist.c 					efree((char*)ZEND_CE_DOC_COMMENT(ce));
ZEND_CE_DOC_COMMENT  536 ext/opcache/zend_persist.c 				ZEND_CE_DOC_COMMENT(ce) = NULL;
ZEND_CE_DOC_COMMENT  301 ext/opcache/zend_persist_calc.c 		if (ZCG(accel_directives).save_comments && ZEND_CE_DOC_COMMENT(ce)) {
ZEND_CE_DOC_COMMENT  302 ext/opcache/zend_persist_calc.c 			ADD_DUP_SIZE(ZEND_CE_DOC_COMMENT(ce), ZEND_CE_DOC_COMMENT_LEN(ce) + 1);