Home
last modified time | relevance | path

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

/PHP-7.0/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.c472 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
/PHP-7.0/Zend/
H A Dzend_closures.c161 …tion_handler->type == ZEND_USER_FUNCTION ? sizeof(zend_op_array) : sizeof(zend_internal_function)); in ZEND_METHOD()
590 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()
1245 …_copy, fn, fn->type == ZEND_USER_FUNCTION? sizeof(zend_op_array) : sizeof(zend_internal_function)); in zend_traits_copy_functions()
H A Dzend_compile.h400 } zend_internal_function; typedef
420 zend_internal_function internal_function;
H A Dzend.c463 Z_FUNC_P(zv) = pemalloc(sizeof(zend_internal_function), 1); in function_copy_ctor()
464 memcpy(Z_FUNC_P(zv), old_func, sizeof(zend_internal_function)); in function_copy_ctor()
H A Dzend_API.c2125 zend_internal_function *internal_function = (zend_internal_function *)&function; in zend_register_functions()
2244 reg_function = malloc(sizeof(zend_internal_function)); in zend_register_functions()
2245 memcpy(reg_function, &function, sizeof(zend_internal_function)); in zend_register_functions()
2777 zend_internal_function *func; in zend_disable_function()
H A Dzend_execute.c77 static const zend_internal_function zend_pass_function = {
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c142 zend_internal_function *function = Z_PTR_P(zv); in copy_internal_function()
144 …hash_update_mem(function_table, function->function_name, function, sizeof(zend_internal_function)); in copy_internal_function()
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c447 zend_internal_function *func; in zend_optimizer_pass1()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c832 if (fptr->type == ZEND_INTERNAL_FUNCTION && ((zend_internal_function*)fptr)->module) { in _function_string()
833 string_printf(str, ":%s", ((zend_internal_function*)fptr)->module->name); in _function_string()
2129 zend_internal_function *internal; in ZEND_METHOD()
2138 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
2153 zend_internal_function *internal; in ZEND_METHOD()
2162 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1279 zend_internal_function func; in pdo_hash_methods()
H A Dpdo_stmt.c2651 static zend_internal_function ctor = {0}; in row_get_ctor()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1637 …_mem(EG(function_table), p->save_func, strlen(p->save_func), orig, sizeof(zend_internal_function)); in PHP_RINIT_FUNCTION()
1640 …unction_table), p->orig_func, strlen(p->orig_func), func, sizeof(zend_internal_function)) == NULL)… in PHP_RINIT_FUNCTION()
1691 …_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend_internal_function)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.0/
H A DUPGRADING850 . zend_internal_function.reserved[] array was introduced to allow association
H A DNEWS2229 . Added zend_internal_function.reserved[] fields. (Dmitry)
/PHP-7.0/ext/soap/
H A Dsoap.c660 zend_internal_function fe; in PHP_MINIT_FUNCTION()

Completed in 172 milliseconds