Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_API.c768 fcc->function_handler = 0; in zend_parse_arg_impl()
3034 fcc->function_handler = func; in zend_is_callable_check_func()
3095 if (fcc->function_handler) { in zend_is_callable_check_func()
3099 fcc->function_handler = Z_PTR_P(zv); in zend_is_callable_check_func()
3126 fcc->function_handler = NULL; in zend_is_callable_check_func()
3133 fcc->function_handler = NULL; in zend_is_callable_check_func()
3147 if (fcc->function_handler) { in zend_is_callable_check_func()
3170 if (fcc->function_handler) { in zend_is_callable_check_func()
3354 fcc->function_handler = NULL; in zend_is_callable_impl()
3373 fcc->function_handler && in zend_is_callable_impl()
[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_objects.c155 fcic.function_handler = destructor; in zend_objects_destroy_object()
256 fcic.function_handler = new_object->ce->clone; in zend_objects_clone_members()
H A Dzend_closures.c138 fci_cache.function_handler = &closure->func; in ZEND_METHOD()
144 fci_cache.function_handler = &my_function; in ZEND_METHOD()
168 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
237 fcc.function_handler = (EX(func)->internal_function.fn_flags & ZEND_ACC_STATIC) ? in ZEND_NAMED_FUNCTION()
269 mptr = fcc.function_handler; in zend_create_closure_from_callable()
H A Dzend_execute_API.c644 if (!fci_cache || !fci_cache->function_handler) { in zend_call_function()
679 func = fci_cache->function_handler; in zend_call_function()
760 fci_cache->function_handler = NULL; in zend_call_function()
784 fci_cache->function_handler = NULL; in zend_call_function()
922 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()
H A Dzend_object_handlers.c207 fcic.function_handler = ce->__get; in zend_std_call_getter()
244 fcic.function_handler = ce->__set; in zend_std_call_setter()
280 fcic.function_handler = ce->__unset; in zend_std_call_unsetter()
317 fcic.function_handler = ce->__isset; in zend_std_call_issetter()
H A Dzend_API.h53 zend_function *function_handler; member
1306 dest_fcc->function_handler = NULL; in zend_parse_arg_func()
H A Dzend_vm_def.h3387 func = fcc.function_handler;
H A Dzend_vm_execute.h5354 func = fcc.function_handler;
7536 func = fcc.function_handler;
10629 func = fcc.function_handler;
/PHP-7.3/ext/spl/
H A Dspl_engine.h70 fcc.function_handler = func; in spl_instantiate_arg_n()
H A Dphp_spl.c431 fcic.function_handler = func; in PHP_FUNCTION()
478 fcall_cache.function_handler = spl_autoload_fn; in PHP_FUNCTION()
518 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
557 } else if (fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in PHP_FUNCTION()
558 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
569 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
H A Dspl_iterators.c887 union _zend_function *function_handler; in spl_recursive_it_get_method() local
897 function_handler = zend_std_get_method(zobject, method, key); in spl_recursive_it_get_method()
898 if (!function_handler) { in spl_recursive_it_get_method()
899 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()
908 return function_handler; in spl_recursive_it_get_method()
1366 union _zend_function *function_handler; in spl_dual_it_get_method() local
1371 function_handler = zend_std_get_method(object, method, key); in spl_dual_it_get_method()
1372 if (!function_handler && intern->inner.ce) { in spl_dual_it_get_method()
1376 function_handler = (*object)->handlers->get_method(object, method, key); in spl_dual_it_get_method()
[all …]
H A Dspl_directory.c2097 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
/PHP-7.3/
H A DUPGRADING.INTERNALS113 initialized if zend_fcall_info_cache.function_handler is set.
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1337 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
1861 fcc.function_handler = fptr; in ZEND_METHOD()
1867 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
1924 fcc.function_handler = fptr; in ZEND_METHOD()
1930 &intern->obj, &fcc.called_scope, &fcc.function_handler, &fcc.object); in ZEND_METHOD()
3175 fcc.function_handler = mptr; in reflection_method_invoke()
3183 fcc.function_handler = _copy_function(mptr); in reflection_method_invoke()
4716 fcc.function_handler = constructor; in ZEND_METHOD()
4817 fcc.function_handler = constructor; in ZEND_METHOD()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c471 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
H A Dpdo_stmt.c743 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c1298 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
/PHP-7.3/main/streams/
H A Duserspace.c315 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c2850 fcc.function_handler = ce->constructor;

Completed in 287 milliseconds