Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_API.c2926 fcc->function_handler = NULL; in zend_is_callable_check_func()
3019 if (fcc->function_handler) { in zend_is_callable_check_func()
3034 fcc->function_handler = priv_fbc; in zend_is_callable_check_func()
3046 fcc->function_handler = NULL; in zend_is_callable_check_func()
3053 fcc->function_handler = NULL; in zend_is_callable_check_func()
3067 if (fcc->function_handler) { in zend_is_callable_check_func()
3090 if (fcc->function_handler) { in zend_is_callable_check_func()
3205 fcc->function_handler = NULL; in zend_is_callable_ex()
3241 fcc->function_handler && in zend_is_callable_ex()
3329 fcc->function_handler && in zend_is_callable_ex()
[all …]
H A Dzend_closures.c150 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
152 …zend_create_closure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_… in ZEND_METHOD()
154 fci_cache.function_handler = &closure->func; in ZEND_METHOD()
156 …memcpy(&my_function, fci_cache.function_handler, fci_cache.function_handler->type == ZEND_USER_FUN… in ZEND_METHOD()
159 fci_cache.function_handler = &my_function; in ZEND_METHOD()
175 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
244 fcc.function_handler = (zend_function *) EX(func)->common.arg_info; in zend_closure_call_magic()
272 mptr = fcc.function_handler; in zend_create_closure_from_callable()
H A Dzend_interfaces.c71 fcic.function_handler = zend_hash_str_find_ptr( in zend_call_method()
73 if (fcic.function_handler == NULL) { in zend_call_method()
78 *fn_proxy = fcic.function_handler; in zend_call_method()
81 fcic.function_handler = *fn_proxy; in zend_call_method()
H A Dzend_execute_API.c764 func = fci_cache->function_handler; in zend_call_function()
1022 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()
H A Dzend_API.h56 zend_function *function_handler; member
H A Dzend_vm_def.h3504 func = fcc.function_handler;
H A Dzend_vm_execute.h5632 func = fcc.function_handler;
9569 func = fcc.function_handler;
11548 func = fcc.function_handler;
/PHP-7.1/ext/spl/
H A Dspl_engine.h73 fcc.function_handler = func; in spl_instantiate_arg_n()
H A Dphp_spl.c472 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
511 } else if (fcc.function_handler->type == ZEND_INTERNAL_FUNCTION && in PHP_FUNCTION()
512 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
523 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
H A Dspl_iterators.c892 union _zend_function *function_handler; in spl_recursive_it_get_method() local
902 function_handler = std_object_handlers.get_method(zobject, method, key); in spl_recursive_it_get_method()
903 if (!function_handler) { in spl_recursive_it_get_method()
904 if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) { in spl_recursive_it_get_method()
907 function_handler = (*zobject)->handlers->get_method(zobject, method, key); in spl_recursive_it_get_method()
913 return function_handler; in spl_recursive_it_get_method()
1371 union _zend_function *function_handler; in spl_dual_it_get_method() local
1376 function_handler = std_object_handlers.get_method(object, method, key); in spl_dual_it_get_method()
1377 if (!function_handler && intern->inner.ce) { in spl_dual_it_get_method()
1381 function_handler = (*object)->handlers->get_method(object, method, key); in spl_dual_it_get_method()
[all …]
H A Dspl_directory.c2092 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1473 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
1999 fcc.function_handler = fptr; in ZEND_METHOD()
2060 fcc.function_handler = fptr; in ZEND_METHOD()
3330 fcc.function_handler = mptr; in reflection_method_invoke()
3339 fcc.function_handler = _copy_function(mptr); in reflection_method_invoke()
4889 fcc.function_handler = constructor; in ZEND_METHOD()
4991 fcc.function_handler = constructor; in ZEND_METHOD()
/PHP-7.1/main/streams/
H A Duserspace.c315 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c1313 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c451 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
H A Dpdo_stmt.c746 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c2846 fcc.function_handler = ce->constructor;

Completed in 314 milliseconds