Home
last modified time | relevance | path

Searched refs:function_handler (Results 1 – 20 of 20) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_API.c808 fcc->function_handler = 0; in zend_parse_arg_impl()
2999 if (fcc->function_handler && in zend_release_fcall_info_cache()
3009 fcc->function_handler = NULL; in zend_release_fcall_info_cache()
3051 fcc->function_handler = func; in zend_is_callable_check_func()
3112 if (fcc->function_handler) { in zend_is_callable_check_func()
3116 fcc->function_handler = Z_PTR_P(zv); in zend_is_callable_check_func()
3145 fcc->function_handler = NULL; in zend_is_callable_check_func()
3159 if (fcc->function_handler) { in zend_is_callable_check_func()
3176 if (fcc->function_handler) { in zend_is_callable_check_func()
3254 if (fcc->function_handler in zend_is_callable_check_func()
[all …]
H A Dzend_interfaces.c69 fcic.function_handler = zend_hash_str_find_ptr( in zend_call_method()
71 if (UNEXPECTED(fcic.function_handler == NULL)) { in zend_call_method()
76 fcic.function_handler = zend_fetch_function_str(function_name, function_name_len); in zend_call_method()
77 if (UNEXPECTED(fcic.function_handler == NULL)) { in zend_call_method()
83 *fn_proxy = fcic.function_handler; in zend_call_method()
86 fcic.function_handler = *fn_proxy; in zend_call_method()
H A Dzend_closures.c149 fci_cache.function_handler = &closure->func; in ZEND_METHOD()
158 fci_cache.function_handler = &my_function; in ZEND_METHOD()
190 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
194 && fci_cache.function_handler->common.fn_flags & ZEND_ACC_HEAP_RT_CACHE) { in ZEND_METHOD()
260 fcc.function_handler = (EX(func)->internal_function.fn_flags & ZEND_ACC_STATIC) ? in ZEND_NAMED_FUNCTION()
291 mptr = fcc.function_handler; in zend_create_closure_from_callable()
H A Dzend_objects.c175 fcic.function_handler = destructor; in zend_objects_destroy_object()
283 fcic.function_handler = new_object->ce->clone; in zend_objects_clone_members()
H A Dzend_execute_API.c693 if (!fci_cache || !fci_cache->function_handler) { in zend_call_function()
728 func = fci_cache->function_handler; in zend_call_function()
824 fci_cache->function_handler = NULL; in zend_call_function()
847 fci_cache->function_handler = NULL; in zend_call_function()
995 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()
H A Dzend_object_handlers.c208 fcic.function_handler = ce->__get; in zend_std_call_getter()
245 fcic.function_handler = ce->__set; in zend_std_call_setter()
281 fcic.function_handler = ce->__unset; in zend_std_call_unsetter()
318 fcic.function_handler = ce->__isset; in zend_std_call_issetter()
H A Dzend_API.h53 zend_function *function_handler; member
1728 dest_fcc->function_handler = NULL; in zend_parse_arg_func()
H A Dzend_vm_def.h3854 func = fcc.function_handler;
H A Dzend_vm_execute.h6018 func = fcc.function_handler; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8289 func = fcc.function_handler; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
10750 func = fcc.function_handler; in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
/PHP-7.4/ext/spl/
H A Dspl_engine.h70 fcc.function_handler = func; in spl_instantiate_arg_n()
H A Dphp_spl.c435 fcic.function_handler = func; in PHP_FUNCTION()
482 fcall_cache.function_handler = spl_autoload_fn; in PHP_FUNCTION()
522 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
561 } else if (fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in PHP_FUNCTION()
562 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
573 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
H A Dspl_iterators.c888 zend_function *function_handler; in spl_recursive_it_get_method() local
898 function_handler = zend_std_get_method(zobject, method, key); in spl_recursive_it_get_method()
899 if (!function_handler) { in spl_recursive_it_get_method()
900 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
902 function_handler = (*zobject)->handlers->get_method(zobject, method, key); in spl_recursive_it_get_method()
907 return function_handler; in spl_recursive_it_get_method()
1347 zend_function *function_handler; in spl_dual_it_get_method() local
1352 function_handler = zend_std_get_method(object, method, key); in spl_dual_it_get_method()
1353 if (!function_handler && intern->inner.ce) { in spl_dual_it_get_method()
1357 function_handler = (*object)->handlers->get_method(object, method, key); in spl_dual_it_get_method()
[all …]
H A Dspl_directory.c2101 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1355 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
1836 fcc.function_handler = fptr; in ZEND_METHOD()
1842 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
1899 fcc.function_handler = fptr; in ZEND_METHOD()
1905 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
3157 fcc.function_handler = mptr; in reflection_method_invoke()
3165 fcc.function_handler = _copy_function(mptr); in reflection_method_invoke()
4716 fcc.function_handler = constructor; in ZEND_METHOD()
4818 fcc.function_handler = constructor; in ZEND_METHOD()
/PHP-7.4/main/streams/
H A Duserspace.c315 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c472 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
H A Dpdo_stmt.c745 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1309 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/ffi/
H A Dffi.c841 if (callback_data->fcc.function_handler->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_ffi_callback_hash_dtor()
842 OBJ_RELEASE(ZEND_CLOSURE_OBJECT(callback_data->fcc.function_handler)); in zend_ffi_callback_hash_dtor()
920 if (arg_count < fcc.function_handler->common.required_num_args) { in zend_ffi_create_callback()
982 if (fcc.function_handler->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_ffi_create_callback()
983 GC_ADDREF(ZEND_CLOSURE_OBJECT(fcc.function_handler)); in zend_ffi_create_callback()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2850 fcc.function_handler = ce->constructor;

Completed in 339 milliseconds