Home
last modified time | relevance | path

Searched refs:internal_function (Results 1 – 24 of 24) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_closures.c59 zend_string_release_ex(func->internal_function.function_name, 0); in ZEND_METHOD()
181 my_function->internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
292 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
364 if (&mptr->internal_function == &call) { in zend_create_closure_from_callable()
459 invoke->internal_function.fn_flags = in zend_get_closure_invoke_method()
462 invoke->internal_function.fn_flags |= in zend_get_closure_invoke_method()
465 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
466 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
467 invoke->internal_function.scope = zend_ce_closure; in zend_get_closure_invoke_method()
789 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure_ex()
[all …]
H A Dzend_API.c2721 internal_function->T = 0; in ZEND_END_ARG_INFO()
2726 internal_function->handler = ptr->handler; in ZEND_END_ARG_INFO()
2728 internal_function->scope = scope; in ZEND_END_ARG_INFO()
2729 internal_function->prototype = NULL; in ZEND_END_ARG_INFO()
2730 internal_function->attributes = NULL; in ZEND_END_ARG_INFO()
2765 internal_function->num_args--; in ZEND_END_ARG_INFO()
2781 internal_function->arg_info = NULL; in ZEND_END_ARG_INFO()
2782 internal_function->num_args = 0; in ZEND_END_ARG_INFO()
2783 internal_function->required_num_args = 0; in ZEND_END_ARG_INFO()
2794 internal_function->num_args = internal_function->required_num_args = 0; in ZEND_END_ARG_INFO()
[all …]
H A Dzend_opcode.c158 zend_free_internal_arg_info(&function->internal_function); in zend_function_dtor()
452 zend_free_internal_arg_info(&fn->internal_function); in destroy_zend_class()
H A Dzend_execute.c1213 …if (fbc->internal_function.handler == ZEND_FN(pass) || (fbc->internal_function.fn_flags & ZEND_ACC… in zend_internal_call_should_throw()
1395 zend_internal_arg_info *ret_info = zf->internal_function.arg_info - 1; in zend_verify_internal_return_type()
3734 execute_data->func->internal_function.handler(execute_data, return_value); in execute_internal()
4936 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_get_arg_offset_by_name()
5103 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_handle_undef_args()
H A Dzend_compile.h537 zend_internal_function internal_function; member
H A Dzend_builtin_functions.c1970 && zif->internal_function.module == module) { in ZEND_FUNCTION()
H A Dzend_execute_API.c962 func->internal_function.handler(call, fci->retval); in zend_call_function()
H A Dzend_vm_def.h3941 fbc->internal_function.handler(call, ret);
4062 fbc->internal_function.handler(call, ret);
4171 fbc->internal_function.handler(call, ret);
8764 fbc->internal_function.handler(call, ret);
H A Dzend_vm_execute.h1250 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1312 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1375 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1542 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1637 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1734 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1842 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1951 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2061 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3439 fbc->internal_function.handler(call, ret); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]
H A Dzend_compile.c3499 zend_internal_arg_info *arg_info = &fn->internal_function.arg_info[i]; in zend_get_arg_num()
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.c382 …p_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t internal_function) { in php_xmlreader_string_arg() argument
402 retchar = (char *)internal_function(intern->ptr, (const unsigned char *)name); in php_xmlreader_string_arg()
415 …c void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_function) { in php_xmlreader_no_arg() argument
428 retval = internal_function(intern->ptr); in php_xmlreader_no_arg()
443 …hp_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t internal_function) { in php_xmlreader_no_arg_string() argument
456 retchar = (char *)internal_function(intern->ptr); in php_xmlreader_no_arg_string()
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_module.c425 orig_file_exists = old_function->internal_function.handler;
426 old_function->internal_function.handler = accel_file_exists;
429 orig_is_file = old_function->internal_function.handler;
430 old_function->internal_function.handler = accel_is_file;
433 orig_is_readable = old_function->internal_function.handler;
434 old_function->internal_function.handler = accel_is_readable;
H A DZendAccelerator.c3325 orig_chdir = func->internal_function.handler;
3326 func->internal_function.handler = ZEND_FN(accel_chdir);
/PHP-8.2/ext/xmlwriter/
H A Dphp_xmlwriter.c205 …_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t internal_function, char *subje… in ZEND_GET_MODULE()
223 retval = internal_function(ptr, (xmlChar *) name); in ZEND_GET_MODULE()
232 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument
244 retval = internal_function(ptr); in php_xmlwriter_end()
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c998 PHAR_G(orig_##func) = orig->internal_function.handler; \
999 orig->internal_function.handler = phar_##func; \
1035 orig->internal_function.handler = PHAR_G(orig_##func); \
/PHP-8.2/ext/zend_test/
H A Dobserver.c298 fbc->internal_function.handler(execute_data, return_value); in zend_test_execute_internal()
/PHP-8.2/ext/ffi/
H A Dffi.c1671 …mpatible argument %d of C function '%s'", n + 1, ZSTR_VAL(EX(func)->internal_function.function_nam… in zend_ffi_pass_incompatible()
2164 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2165 func->internal_function.module = NULL; in zend_ffi_cdata_get_closure()
2167 func->internal_function.reserved[0] = type; in zend_ffi_cdata_get_closure()
2168 func->internal_function.reserved[1] = *(void**)cdata->ptr; in zend_ffi_cdata_get_closure()
2730 zend_ffi_type *type = EX(func)->internal_function.reserved[0]; in ZEND_FUNCTION()
2731 void *addr = EX(func)->internal_function.reserved[1]; in ZEND_FUNCTION()
2915 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()
2916 func->internal_function.module = NULL; in zend_ffi_get_func()
2918 func->internal_function.reserved[0] = type; in zend_ffi_get_func()
[all …]
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c195 && (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()
1068 && fptr->internal_function.module == module) { in _extension_string()
3349 (mptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in ZEND_METHOD()
3435 if ((mptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in reflection_method_invoke()
6026 && fptr->internal_function.module == module) { in ZEND_METHOD()
/PHP-8.2/ext/spl/
H A Dphp_spl.c540 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1851 } 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.2/Zend/Optimizer/
H A Dsccp.c824 func->internal_function.handler(execute_data, result); in ct_eval_func_call()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c510 && (func->internal_function.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) != 0 in zend_jit_needs_arg_dtor()
511 && arg_num < func->internal_function.num_args) { in zend_jit_needs_arg_dtor()
512 const zend_internal_arg_info *arg_info = &func->internal_function.arg_info[arg_num]; in zend_jit_needs_arg_dtor()
H A Dzend_jit_arm64.dasc9581 | // (zend_execute_internal ? zend_execute_internal : fbc->internal_function.handler)(call, ret);
9587 | EXT_CALL func->internal_function.handler, REG0
H A Dzend_jit_x86.dasc10300 | // (zend_execute_internal ? zend_execute_internal : fbc->internal_function.handler)(call, ret);
10313 | EXT_CALL func->internal_function.handler, r0

Completed in 531 milliseconds