Searched refs:func_ptr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/spl/ |
H A D | php_spl.c | 364 zend_function *func_ptr; member 405 …zend_call_method(alfi->obj ? &alfi->obj : NULL, alfi->ce, &alfi->func_ptr, func_name, func_name_le… in PHP_FUNCTION() 466 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 469 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION() 509 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 537 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION() 559 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION() 570 …zend_hash_add(SPL_G(autoload_functions), lc_name, func_name_len+1, &alfi.func_ptr, sizeof(autoload… in PHP_FUNCTION() 695 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION() 706 add_next_index_string(tmp, alfi->func_ptr->common.function_name, 1); in PHP_FUNCTION() [all …]
|
H A D | spl_directory.c | 2098 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); \
|
Completed in 14 milliseconds