ce_ptr            309 Zend/zend_closures.c int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval **zobj_ptr TSRMLS_DC) /* {{{ */
ce_ptr            324 Zend/zend_closures.c 		*ce_ptr = Z_OBJCE_P(closure->this_ptr);
ce_ptr            329 Zend/zend_closures.c 		*ce_ptr = closure->func.common.scope;
ce_ptr           1624 Zend/zend_object_handlers.c int zend_std_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval **zobj_ptr TSRMLS_DC) /* {{{ */
ce_ptr           1637 Zend/zend_object_handlers.c 	*ce_ptr = ce;
ce_ptr            113 Zend/zend_object_handlers.h typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function **fptr_ptr, zval **zobj_ptr TSRMLS_DC);
ce_ptr           1396 ext/reflection/php_reflection.c static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_argc)
ce_ptr           1422 ext/reflection/php_reflection.c 	if (object_and_properties_init(reflector_ptr, ce_ptr, NULL) == FAILURE) {
ce_ptr           1441 ext/reflection/php_reflection.c 	fcc.function_handler = ce_ptr->constructor;
ce_ptr           1442 ext/reflection/php_reflection.c 	fcc.calling_scope = ce_ptr;