Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_closures.c64 zend_string_release_ex(func->internal_function.function_name, 0); in ZEND_METHOD()
159 my_function.internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
278 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
409 invoke->internal_function.fn_flags = in zend_get_closure_invoke_method()
412 invoke->internal_function.fn_flags |= in zend_get_closure_invoke_method()
415 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
416 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
417 invoke->internal_function.scope = zend_ce_closure; in zend_get_closure_invoke_method()
418 invoke->internal_function.function_name = ZSTR_KNOWN(ZEND_STR_MAGIC_INVOKE); in zend_get_closure_invoke_method()
755 closure->orig_internal_handler = closure->func.internal_function.handler; in zend_create_closure()
[all …]
H A Dzend_API.c2344 internal_function->handler = ptr->handler; in ZEND_END_ARG_INFO()
2346 internal_function->scope = scope; in ZEND_END_ARG_INFO()
2347 internal_function->prototype = NULL; in ZEND_END_ARG_INFO()
2348 internal_function->attributes = NULL; in ZEND_END_ARG_INFO()
2356 internal_function->fn_flags = ptr->flags; in ZEND_END_ARG_INFO()
2378 internal_function->num_args--; in ZEND_END_ARG_INFO()
2394 internal_function->arg_info = NULL; in ZEND_END_ARG_INFO()
2395 internal_function->num_args = 0; in ZEND_END_ARG_INFO()
2396 internal_function->required_num_args = 0; in ZEND_END_ARG_INFO()
2405 internal_function->num_args = internal_function->required_num_args = 0; in ZEND_END_ARG_INFO()
[all …]
H A Dzend_opcode.c155 zend_free_internal_arg_info(&function->internal_function); in zend_function_dtor()
406 zend_free_internal_arg_info(&fn->internal_function); in destroy_zend_class()
H A Dzend_compile.h502 zend_internal_function internal_function; member
H A Dzend_execute.c1118 if (fbc->internal_function.handler == ZEND_FN(pass)) { in zend_internal_call_should_throw()
1228 zend_internal_arg_info *ret_info = zf->internal_function.arg_info - 1; in zend_verify_internal_return_type()
3498 execute_data->func->internal_function.handler(execute_data, return_value); in execute_internal()
4622 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_get_arg_offset_by_name()
4789 zend_internal_arg_info *arg_info = &fbc->internal_function.arg_info[i]; in zend_handle_undef_args()
H A Dzend_execute_API.c911 func->internal_function.handler(call, fci->retval); in zend_call_function()
H A Dzend_builtin_functions.c2152 && zif->internal_function.module == module) { in ZEND_FUNCTION()
H A Dzend_vm_def.h3927 fbc->internal_function.handler(call, ret);
4045 fbc->internal_function.handler(call, ret);
4151 fbc->internal_function.handler(call, ret);
8615 fbc->internal_function.handler(call, ret);
H A Dzend_vm_execute.h1234 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1295 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1460 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1554 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1649 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1755 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1863 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
1971 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3202 fbc->internal_function.handler(call, ret); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3338 fbc->internal_function.handler(call, ret); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
H A Dzend_compile.c3322 zend_internal_arg_info *arg_info = &fn->internal_function.arg_info[i]; in zend_get_arg_num()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c384 …p_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_one_char_t internal_function) { in php_xmlreader_string_arg() argument
404 retchar = (char *)internal_function(intern->ptr, (const unsigned char *)name); in php_xmlreader_string_arg()
417 …c void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_int_t internal_function) { in php_xmlreader_no_arg() argument
430 retval = internal_function(intern->ptr); in php_xmlreader_no_arg()
445 …hp_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xmlreader_read_char_t internal_function) { in php_xmlreader_no_arg_string() argument
458 retchar = (char *)internal_function(intern->ptr); in php_xmlreader_no_arg_string()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c392 orig_file_exists = old_function->internal_function.handler;
393 old_function->internal_function.handler = accel_file_exists;
396 orig_is_file = old_function->internal_function.handler;
397 old_function->internal_function.handler = accel_is_file;
400 orig_is_readable = old_function->internal_function.handler;
401 old_function->internal_function.handler = accel_is_readable;
H A DZendAccelerator.c3102 orig_chdir = func->internal_function.handler;
3103 func->internal_function.handler = ZEND_FN(accel_chdir);
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c202 …_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t internal_function, char *subje… in ZEND_GET_MODULE()
220 retval = internal_function(ptr, (xmlChar *) name); in ZEND_GET_MODULE()
229 static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_int_t internal_function) in php_xmlwriter_end() argument
241 retval = internal_function(ptr); in php_xmlwriter_end()
/PHP-8.0/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.0/ext/ffi/
H A Dffi.c1613 …mpatible argument %d of C function '%s'", n + 1, ZSTR_VAL(EX(func)->internal_function.function_nam… in zend_ffi_pass_incompatible()
2104 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2105 func->internal_function.module = NULL; in zend_ffi_cdata_get_closure()
2107 func->internal_function.reserved[0] = type; in zend_ffi_cdata_get_closure()
2108 func->internal_function.reserved[1] = *(void**)cdata->ptr; in zend_ffi_cdata_get_closure()
2658 zend_ffi_type *type = EX(func)->internal_function.reserved[0]; in ZEND_FUNCTION()
2659 void *addr = EX(func)->internal_function.reserved[1]; in ZEND_FUNCTION()
2843 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()
2844 func->internal_function.module = NULL; in zend_ffi_get_func()
2846 func->internal_function.reserved[0] = type; in zend_ffi_get_func()
[all …]
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c201 && (fptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in _copy_function()
206 …copy_fptr->internal_function.function_name = zend_string_copy(fptr->internal_function.function_nam… in _copy_function()
218 && (fptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in _free_function()
220 zend_string_release_ex(fptr->internal_function.function_name, 0); in _free_function()
1055 && fptr->internal_function.module == module) { in _extension_string()
3162 (mptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) in ZEND_METHOD()
3257 if ((mptr->internal_function.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in reflection_method_invoke()
5761 && fptr->internal_function.module == module) { in ZEND_METHOD()
/PHP-8.0/ext/spl/
H A Dphp_spl.c530 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1882 } else if (data->func->internal_function.function_name) { in phpdbg_force_interruption()
1883 …unc=\"%s\"", "Current opline: in internal function %s", data->func->internal_function.function_nam… in phpdbg_force_interruption()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c983 func->internal_function.handler(execute_data, result); in ct_eval_func_call()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc10518 | // fbc->internal_function.handler(call, ret);
10521 | EXT_CALL func->internal_function.handler, r0

Completed in 372 milliseconds