Home
last modified time | relevance | path

Searched refs:ce_ptr (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_closures.c294 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval *… in zend_closure_get_closure() argument
309 *ce_ptr = Z_OBJCE_P(closure->this_ptr); in zend_closure_get_closure()
314 *ce_ptr = closure->func.common.scope; in zend_closure_get_closure()
H A Dzend_object_handlers.h112 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function…
H A Dzend_object_handlers.c1598 int zend_std_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval **zob… in zend_std_get_closure() argument
1611 *ce_ptr = ce; in zend_std_get_closure()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1363 static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_arg… in _reflection_export() argument
1389 if (object_and_properties_init(reflector_ptr, ce_ptr, NULL) == FAILURE) { in _reflection_export()
1408 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
1409 fcc.calling_scope = ce_ptr; in _reflection_export()

Completed in 25 milliseconds