Searched refs:func_ptr (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/spl/ |
H A D | php_spl.c | 367 zend_function *func_ptr; member 379 if (alfi->func_ptr && in autoload_func_info_dtor() 382 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_dtor() 426 func = alfi->func_ptr; in PHP_FUNCTION() 501 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 504 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION() 552 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 606 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION() 623 alfi.func_ptr = copy; in PHP_FUNCTION() 634 zend_free_trampoline(alfi.func_ptr); in PHP_FUNCTION() [all …]
|
H A D | spl_directory.c | 2083 static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pas… in spl_filesystem_file_call() argument 2112 ZVAL_STR(&fci.function_name, func_ptr->common.function_name); in spl_filesystem_file_call() 2115 fcic.function_handler = func_ptr; in spl_filesystem_file_call() 2134 zend_function *func_ptr; \ 2135 …func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_na… 2136 if (func_ptr == NULL) { \ 2140 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2); \
|
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 1341 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
|
H A D | sljitNativePPC_common.c | 232 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument 235 if (func_ptr) in sljit_set_function_context() 236 *func_ptr = (void*)context; in sljit_set_function_context()
|
Completed in 28 milliseconds