Home
last modified time | relevance | path

Searched refs:func_ptr (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/spl/
H A Dphp_spl.c361 zend_function *func_ptr; member
371 if (alfi->func_ptr && in autoload_func_info_destroy()
374 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_destroy()
391 alfi->func_ptr = fcc->function_handler; in autoload_func_info_from_fci()
414 …&& zend_string_equals(alfi1->func_ptr->common.function_name, alfi2->func_ptr->common.function_name) in autoload_func_info_equals()
417 return alfi1->func_ptr == alfi2->func_ptr in autoload_func_info_equals()
439 zend_function *func = alfi->func_ptr; in spl_perform_autoload()
553 alfi->func_ptr->common.function_name = NULL; in PHP_FUNCTION()
554 alfi->func_ptr = copy; in PHP_FUNCTION()
558 alfi->func_ptr = zend_hash_str_find_ptr( in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/ffi/tests/
H A Dbug_gh9090.phpt46 foreach ($func_ptrs as $func_ptr) {
52 $ffi->$func_ptr = $ffi->$func;
53 call_user_func_array($ffi->$func_ptr, $argv);
58 printf("%-36s = %-36s ? %s\n", $func_ptr, $func, $ok ? 'yes' : 'no');
/PHP-8.3/ext/opcache/jit/vtune/
H A Dittnotify_config.h403 void** func_ptr; member
411 void** func_ptr; member
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1806 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
H A DsljitNativePPC_common.c261 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
265 if (func_ptr) in sljit_set_function_context()
266 *func_ptr = (void*)context; in sljit_set_function_context()

Completed in 61 milliseconds