Searched refs:ce_ptr (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_closures.c | 295 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval *… in zend_closure_get_closure() argument 310 *ce_ptr = Z_OBJCE_P(closure->this_ptr); in zend_closure_get_closure() 315 *ce_ptr = closure->func.common.scope; in zend_closure_get_closure()
|
H A D | zend_object_handlers.h | 112 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function…
|
H A D | zend_object_handlers.c | 1592 int zend_std_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval **zob… in zend_std_get_closure() argument 1605 *ce_ptr = ce; in zend_std_get_closure()
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 1360 static void _reflection_export(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *ce_ptr, int ctor_arg… in _reflection_export() argument 1386 if (object_and_properties_init(reflector_ptr, ce_ptr, NULL) == FAILURE) { in _reflection_export() 1405 fcc.function_handler = ce_ptr->constructor; in _reflection_export() 1406 fcc.calling_scope = ce_ptr; in _reflection_export()
|
Completed in 28 milliseconds