/PHP-8.3/Zend/ |
H A D | zend_closures.c | 59 zend_string_release_ex(func->internal_function.function_name, 0); in ZEND_METHOD() 186 my_function->internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD() 297 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION() 380 if (&mptr->internal_function == &call) { in zend_create_closure_from_callable() 475 invoke->internal_function.fn_flags = in zend_get_closure_invoke_method() 478 invoke->internal_function.fn_flags |= in zend_get_closure_invoke_method() 481 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method() 482 invoke->internal_function.module = 0; in zend_get_closure_invoke_method() 483 invoke->internal_function.scope = zend_ce_closure; in zend_get_closure_invoke_method() 801 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure_ex() [all …]
|
H A D | zend_API.c | 2820 internal_function->T = 0; in zend_register_functions() 2825 internal_function->handler = ptr->handler; in zend_register_functions() 2827 internal_function->scope = scope; in zend_register_functions() 2828 internal_function->prototype = NULL; in zend_register_functions() 2829 internal_function->attributes = NULL; in zend_register_functions() 2864 internal_function->num_args--; in zend_register_functions() 2880 internal_function->arg_info = NULL; in zend_register_functions() 2881 internal_function->num_args = 0; in zend_register_functions() 2882 internal_function->required_num_args = 0; in zend_register_functions() 2893 internal_function->num_args = internal_function->required_num_args = 0; in zend_register_functions() [all …]
|
H A D | zend_opcode.c | 158 zend_free_internal_arg_info(&function->internal_function); in zend_function_dtor() 463 zend_free_internal_arg_info(&fn->internal_function); in destroy_zend_class()
|
H A D | zend_compile.h | 541 zend_internal_function internal_function; member
|
H A D | zend_execute.c | 1273 …if (fbc->internal_function.handler == ZEND_FN(pass) || (fbc->internal_function.fn_flags & ZEND_ACC… in zend_internal_call_should_throw() 1455 zend_internal_arg_info *ret_info = zf->internal_function.arg_info - 1; in zend_verify_internal_return_type() 3861 execute_data->func->internal_function.handler(execute_data, return_value); in execute_internal() 5076 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_get_arg_offset_by_name() 5243 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_handle_undef_args()
|
H A D | zend_builtin_functions.c | 2020 && zif->internal_function.module == module) { in ZEND_FUNCTION()
|
H A D | zend_execute_API.c | 970 func->internal_function.handler(call, fci->retval); in zend_call_function()
|
H A D | zend_vm_def.h | 3984 fbc->internal_function.handler(call, ret); 4105 fbc->internal_function.handler(call, ret); 4214 fbc->internal_function.handler(call, ret); 8868 fbc->internal_function.handler(call, ret);
|
H A D | zend_vm_execute.h | 1275 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() 1337 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() 1400 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER() 1567 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() 1662 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER() 1759 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER() 1867 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER() 1976 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER() 2086 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER() 3486 fbc->internal_function.handler(call, ret); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() [all …]
|
H A D | zend_compile.c | 3621 zend_internal_arg_info *arg_info = &fn->internal_function.arg_info[i]; in zend_get_arg_num()
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.c | 381 …p_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t internal_function) { in php_xmlreader_string_arg() argument 401 retchar = (char *)internal_function(intern->ptr, (const unsigned char *)name); in php_xmlreader_string_arg() 414 …c void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_function) { in php_xmlreader_no_arg() argument 427 retval = internal_function(intern->ptr); in php_xmlreader_no_arg() 442 …hp_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t internal_function) { in php_xmlreader_no_arg_string() argument 455 retchar = (char *)internal_function(intern->ptr); in php_xmlreader_no_arg_string()
|
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 204 …_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t internal_function, char *subje… in ZEND_GET_MODULE() 221 retval = internal_function(ptr, (xmlChar *) name); in ZEND_GET_MODULE() 226 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument 237 retval = internal_function(ptr); in php_xmlwriter_end()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_module.c | 426 orig_file_exists = old_function->internal_function.handler; 427 old_function->internal_function.handler = accel_file_exists; 430 orig_is_file = old_function->internal_function.handler; 431 old_function->internal_function.handler = accel_is_file; 434 orig_is_readable = old_function->internal_function.handler; 435 old_function->internal_function.handler = accel_is_readable;
|
H A D | ZendAccelerator.c | 3300 orig_chdir = func->internal_function.handler; 3301 func->internal_function.handler = ZEND_FN(accel_chdir);
|
/PHP-8.3/ext/phar/ |
H A D | func_interceptors.c | 888 PHAR_G(orig_##func) = orig->internal_function.handler; \ 889 orig->internal_function.handler = phar_##func; \ 925 orig->internal_function.handler = PHAR_G(orig_##func); \
|
/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 304 fbc->internal_function.handler(execute_data, return_value); in zend_test_execute_internal()
|
H A D | test.c | 1107 zend_string *ty = zend_type_to_string(execute_data->func->internal_function.arg_info->type); in ZEND_METHOD()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 1684 …mpatible argument %d of C function '%s'", n + 1, ZSTR_VAL(EX(func)->internal_function.function_nam… in zend_ffi_pass_incompatible() 2177 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure() 2178 func->internal_function.module = NULL; in zend_ffi_cdata_get_closure() 2180 func->internal_function.reserved[0] = type; in zend_ffi_cdata_get_closure() 2181 func->internal_function.reserved[1] = *(void**)cdata->ptr; in zend_ffi_cdata_get_closure() 2740 zend_ffi_type *type = EX(func)->internal_function.reserved[0]; in ZEND_FUNCTION() 2741 void *addr = EX(func)->internal_function.reserved[1]; in ZEND_FUNCTION() 2929 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func() 2930 func->internal_function.module = NULL; in zend_ffi_get_func() 2932 func->internal_function.reserved[0] = type; in zend_ffi_get_func() [all …]
|
/PHP-8.3/ext/spl/ |
H A D | php_spl.c | 543 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 195 && (fptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in _copy_function() 200 …copy_fptr->internal_function.function_name = zend_string_copy(fptr->internal_function.function_nam… in _copy_function() 212 && (fptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in _free_function() 214 zend_string_release_ex(fptr->internal_function.function_name, 0); in _free_function() 1078 && fptr->internal_function.module == module) { in _extension_string() 3358 (mptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in ZEND_METHOD() 6084 && fptr->internal_function.module == module) { in ZEND_METHOD()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1851 } else if (data->func->internal_function.function_name) { in phpdbg_force_interruption() 1853 data->func->internal_function.function_name->val); in phpdbg_force_interruption()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | sccp.c | 835 func->internal_function.handler(execute_data, result); in ct_eval_func_call()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 513 && (func->internal_function.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) != 0 in zend_jit_needs_arg_dtor() 514 && arg_num < func->internal_function.num_args) { in zend_jit_needs_arg_dtor() 515 const zend_internal_arg_info *arg_info = &func->internal_function.arg_info[arg_num]; in zend_jit_needs_arg_dtor()
|
H A D | zend_jit_x86.dasc | 10334 | // (zend_execute_internal ? zend_execute_internal : fbc->internal_function.handler)(call, ret); 10347 | EXT_CALL func->internal_function.handler, r0
|
H A D | zend_jit_arm64.dasc | 9607 | // (zend_execute_internal ? zend_execute_internal : fbc->internal_function.handler)(call, ret); 9613 | EXT_CALL func->internal_function.handler, REG0
|