Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_object_handlers.h118 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function…
H A Dzend_closures.c480 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_o… in zend_closure_get_closure() argument
484 *ce_ptr = closure->called_scope; in zend_closure_get_closure()
H A Dzend_object_handlers.c1706 int zend_std_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_objec… in zend_std_get_closure() argument
1722 *ce_ptr = ce; in zend_std_get_closure()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1330 static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_arg… in _reflection_export() argument
1355 if (object_and_properties_init(&reflector, ce_ptr, NULL) == FAILURE) { in _reflection_export()
1370 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
1371 fcc.calling_scope = ce_ptr; in _reflection_export()

Completed in 35 milliseconds