Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dphp_spl.c395 zend_function *func_ptr; member
497 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
500 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
540 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
568 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
590 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()
602 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
733 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
744 add_next_index_string(tmp, alfi->func_ptr->common.function_name, 1); in PHP_FUNCTION()
747 … if (strncmp(alfi->func_ptr->common.function_name, "__lambda_func", sizeof("__lambda_func") - 1)) { in PHP_FUNCTION()
[all …]
H A Dspl_directory.c2098 static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pas… in spl_filesystem_file_call() argument
2117 ZVAL_STRING(&z_fname, func_ptr->common.function_name, 0); in spl_filesystem_file_call()
2130 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2149 zend_function *func_ptr; \
2151 ret = zend_hash_find(EG(function_table), #func_name, sizeof(#func_name), (void **) &func_ptr); \
2156 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2 TSRMLS_CC); \
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1185 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
H A DsljitNativePPC_common.c227 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
230 if (func_ptr) in sljit_set_function_context()
231 *func_ptr = (void*)context; in sljit_set_function_context()

Completed in 28 milliseconds