Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dphp_spl.c357 zend_function *func_ptr; member
367 if (alfi->func_ptr && in autoload_func_info_destroy()
370 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_destroy()
387 alfi->func_ptr = fcc->function_handler; in autoload_func_info_from_fci()
410 …&& zend_string_equals(alfi1->func_ptr->common.function_name, alfi2->func_ptr->common.function_name) in autoload_func_info_equals()
413 return alfi1->func_ptr == alfi2->func_ptr in autoload_func_info_equals()
435 zend_function *func = alfi->func_ptr; in spl_perform_autoload()
549 alfi->func_ptr->common.function_name = NULL; in PHP_FUNCTION()
550 alfi->func_ptr = copy; in PHP_FUNCTION()
554 alfi->func_ptr = zend_hash_str_find_ptr( in PHP_FUNCTION()
[all …]
/php-src/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-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h2312 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
H A DsljitNativePPC_common.c290 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
294 if (func_ptr) in sljit_set_function_context()
295 *func_ptr = (void*)context; in sljit_set_function_context()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10020 ir_ref res_addr = IR_UNUSED, func_ptr; local
10046 func_ptr = ir_CONST_FC_FUNC(func->internal_function.handler);
10048 func_ptr = ir_LOAD_A(ir_ADD_OFFSET(func_ref, offsetof(zend_internal_function, handler)));
10050 func_ptr = ir_CAST_FC_FUNC(func_ptr);
10053 ir_CALL_2(IR_VOID, func_ptr, rx, jit_ZVAL_ADDR(jit, res_addr));

Completed in 101 milliseconds