Z_FUNC            582 Zend/zend_types.h #define Z_FUNC_P(zval_p)			Z_FUNC(*(zval_p))
Z_FUNC            514 ext/opcache/ZendAccelerator.c 		if (Z_FUNC(p->val)->common.function_name) {
Z_FUNC            515 ext/opcache/ZendAccelerator.c 			Z_FUNC(p->val)->common.function_name = accel_new_interned_string(Z_FUNC(p->val)->common.function_name);
Z_FUNC            558 ext/opcache/ZendAccelerator.c 			if (Z_FUNC(q->val)->common.function_name) {
Z_FUNC            559 ext/opcache/ZendAccelerator.c 				Z_FUNC(q->val)->common.function_name = accel_new_interned_string(Z_FUNC(q->val)->common.function_name);