Home
last modified time | relevance | path

Searched refs:zend_internal_function (Results 1 – 16 of 16) sorted by relevance

/PHP-7.3/ext/zend_test/
H A Dtest.c146 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_method_get()
162 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_static_method_get()
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c242 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor()
256 ((zend_internal_function*)EX(func))->function_name, in PHP_FUNCTION()
263 zend_internal_function f, *fptr = NULL; in com_method_get()
383 …if (SUCCESS == php_com_do_invoke_byref(obj, (zend_internal_function*)EX(func), DISPATCH_METHOD|DIS… in com_call_method()
399 static zend_internal_function c, d, v; in com_constructor_get()
H A Dphp_com_dotnet_internal.h113 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f,
H A Dcom_com.c471 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
/PHP-7.3/Zend/
H A Dzend_closures.c140 …closure->func.type == ZEND_USER_FUNCTION ? sizeof(zend_op_array) : sizeof(zend_internal_function)); in ZEND_METHOD()
263 zend_internal_function call; in zend_create_closure_from_callable()
280 memset(&call, 0, sizeof(zend_internal_function)); in zend_create_closure_from_callable()
699 memcpy(&closure->func, func, sizeof(zend_internal_function)); in zend_create_closure()
H A Dzend_inheritance.c63 new_function = pemalloc(sizeof(zend_internal_function), 1); in zend_duplicate_function()
64 memcpy(new_function, func, sizeof(zend_internal_function)); in zend_duplicate_function()
66 new_function = zend_arena_alloc(&CG(arena), sizeof(zend_internal_function)); in zend_duplicate_function()
67 memcpy(new_function, func, sizeof(zend_internal_function)); in zend_duplicate_function()
1258 new_fn = zend_arena_alloc(&CG(arena), sizeof(zend_internal_function)); in zend_add_trait_method()
1259 memcpy(new_fn, fn, sizeof(zend_internal_function)); in zend_add_trait_method()
1333 …_copy, fn, fn->type == ZEND_USER_FUNCTION? sizeof(zend_op_array) : sizeof(zend_internal_function)); in zend_traits_copy_functions()
H A Dzend_compile.h455 } zend_internal_function; typedef
476 zend_internal_function internal_function;
H A Dzend_execute.h53 extern ZEND_API const zend_internal_function zend_pass_function;
H A Dzend.c571 zend_function *func = pemalloc(sizeof(zend_internal_function), 1); in function_copy_ctor()
574 memcpy(func, old_func, sizeof(zend_internal_function)); in function_copy_ctor()
H A Dzend_API.c2162 zend_internal_function *internal_function = (zend_internal_function *)&function; in zend_register_functions()
2284 reg_function = malloc(sizeof(zend_internal_function)); in zend_register_functions()
2285 memcpy(reg_function, &function, sizeof(zend_internal_function)); in zend_register_functions()
2849 zend_internal_function *func; in zend_disable_function()
H A Dzend_execute.c119 ZEND_API const zend_internal_function zend_pass_function = {
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass1_5.c349 zend_internal_function *func; in zend_optimizer_pass1()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c726 if (fptr->type == ZEND_INTERNAL_FUNCTION && ((zend_internal_function*)fptr)->module) { in _function_string()
727 smart_str_append_printf(str, ":%s", ((zend_internal_function*)fptr)->module->name); in _function_string()
2047 zend_internal_function *internal; in ZEND_METHOD()
2055 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
2070 zend_internal_function *internal; in ZEND_METHOD()
2078 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c144 zend_internal_function *function = Z_PTR_P(val); in zend_accel_copy_internal_functions()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c1301 zend_internal_function func; in pdo_hash_methods()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c1659 zend_hash_add_mem(CG(function_table), str, orig, sizeof(zend_internal_function)); in PHP_MINIT_FUNCTION()
1664 zend_hash_update_mem(CG(function_table), str, func, sizeof(zend_internal_function)); in PHP_MINIT_FUNCTION()
1690 …_mem(CG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend_internal_function)); in PHP_MSHUTDOWN_FUNCTION()

Completed in 103 milliseconds