Home
last modified time | relevance | path

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

/PHP-7.1/ext/com_dotnet/
H A Dcom_handlers.c239 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor()
253 ((zend_internal_function*)EX(func))->function_name, in PHP_FUNCTION()
260 zend_internal_function f, *fptr = NULL; in com_method_get()
380 …if (SUCCESS == php_com_do_invoke_byref(obj, (zend_internal_function*)EX(func), DISPATCH_METHOD|DIS… in com_call_method()
396 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.c474 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
/PHP-7.1/Zend/
H A Dzend_closures.c156 …tion_handler->type == ZEND_USER_FUNCTION ? sizeof(zend_op_array) : sizeof(zend_internal_function)); in ZEND_METHOD()
266 zend_internal_function call; in zend_create_closure_from_callable()
274 memset(&call, 0, sizeof(zend_internal_function)); in zend_create_closure_from_callable()
686 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()
1229 new_fn = zend_arena_alloc(&CG(arena), sizeof(zend_internal_function)); in zend_add_trait_method()
1230 memcpy(new_fn, fn, sizeof(zend_internal_function)); in zend_add_trait_method()
1297 …_copy, fn, fn->type == ZEND_USER_FUNCTION? sizeof(zend_op_array) : sizeof(zend_internal_function)); in zend_traits_copy_functions()
H A Dzend_compile.h418 } zend_internal_function; typedef
439 zend_internal_function internal_function;
H A Dzend_execute.h53 extern ZEND_API const zend_internal_function zend_pass_function;
H A Dzend_builtin_functions.c280 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_method_get()
295 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_static_method_get()
H A Dzend.c471 Z_FUNC_P(zv) = pemalloc(sizeof(zend_internal_function), 1); in function_copy_ctor()
472 memcpy(Z_FUNC_P(zv), old_func, sizeof(zend_internal_function)); in function_copy_ctor()
H A Dzend_API.c2121 zend_internal_function *internal_function = (zend_internal_function *)&function; in zend_register_functions()
2240 reg_function = malloc(sizeof(zend_internal_function)); in zend_register_functions()
2241 memcpy(reg_function, &function, sizeof(zend_internal_function)); in zend_register_functions()
2773 zend_internal_function *func; in zend_disable_function()
H A Dzend_execute.c78 ZEND_API const zend_internal_function zend_pass_function = {
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c140 zend_internal_function *function = Z_PTR_P(zv); in copy_internal_function()
142 …hash_update_mem(function_table, function->function_name, function, sizeof(zend_internal_function)); in copy_internal_function()
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass1_5.c455 zend_internal_function *func; in zend_optimizer_pass1()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c855 if (fptr->type == ZEND_INTERNAL_FUNCTION && ((zend_internal_function*)fptr)->module) { in _function_string()
856 string_printf(str, ":%s", ((zend_internal_function*)fptr)->module->name); in _function_string()
2171 zend_internal_function *internal; in ZEND_METHOD()
2180 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
2195 zend_internal_function *internal; in ZEND_METHOD()
2204 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1277 zend_internal_function func; in pdo_hash_methods()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1639 …_mem(EG(function_table), p->save_func, strlen(p->save_func), orig, sizeof(zend_internal_function)); in PHP_RINIT_FUNCTION()
1642 …unction_table), p->orig_func, strlen(p->orig_func), func, sizeof(zend_internal_function)) == NULL)… in PHP_RINIT_FUNCTION()
1693 …_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend_internal_function)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.1/ext/soap/
H A Dsoap.c660 zend_internal_function fe; in PHP_MINIT_FUNCTION()
/PHP-7.1/
H A DNEWS3517 . Added zend_internal_function.reserved[] fields. (Dmitry)

Completed in 119 milliseconds