Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dphp_spl.c358 zend_function *func_ptr; member
368 if (alfi->func_ptr && in autoload_func_info_destroy()
371 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_destroy()
388 alfi->func_ptr = fcc->function_handler; in autoload_func_info_from_fci()
411 …&& zend_string_equals(alfi1->func_ptr->common.function_name, alfi2->func_ptr->common.function_name) in autoload_func_info_equals()
414 return alfi1->func_ptr == alfi2->func_ptr in autoload_func_info_equals()
436 zend_function *func = alfi->func_ptr; in spl_perform_autoload()
550 alfi->func_ptr->common.function_name = NULL; in PHP_FUNCTION()
551 alfi->func_ptr = copy; in PHP_FUNCTION()
555 alfi->func_ptr = zend_hash_str_find_ptr( in PHP_FUNCTION()
[all …]
/PHP-8.2/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.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h403 void** func_ptr; member
411 void** func_ptr; member
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1522 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
H A DsljitNativePPC_common.c241 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
245 if (func_ptr) in sljit_set_function_context()
246 *func_ptr = (void*)context; in sljit_set_function_context()

Completed in 34 milliseconds