func_ptr 1185 ext/pcre/pcrelib/sljit/sljitLir.h SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func); func_ptr 227 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func) func_ptr 230 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c if (func_ptr) func_ptr 231 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c *func_ptr = (void*)context; func_ptr 395 ext/spl/php_spl.c zend_function *func_ptr; func_ptr 436 ext/spl/php_spl.c zend_call_method(alfi->obj ? &alfi->obj : NULL, alfi->ce, &alfi->func_ptr, func_name, func_name_len, &retval, 1, class_name, NULL TSRMLS_CC); func_ptr 497 ext/spl/php_spl.c alfi.func_ptr = fcc.function_handler; func_ptr 500 ext/spl/php_spl.c if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { func_ptr 511 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array does not specify %s %smethod (%s)", alfi.func_ptr ? "a callable" : "an existing", !obj_ptr ? "static " : "", error); func_ptr 520 ext/spl/php_spl.c zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function '%s' not %s (%s)", func_name, alfi.func_ptr ? "callable" : "found", error); func_ptr 540 ext/spl/php_spl.c alfi.func_ptr = fcc.function_handler; func_ptr 568 ext/spl/php_spl.c if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { func_ptr 590 ext/spl/php_spl.c spl_alfi.func_ptr = spl_func_ptr; func_ptr 601 ext/spl/php_spl.c if (zend_hash_add(SPL_G(autoload_functions), lc_name, func_name_len+1, &alfi.func_ptr, sizeof(autoload_func_info), NULL) == FAILURE) { func_ptr 602 ext/spl/php_spl.c if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { func_ptr 737 ext/spl/php_spl.c } else if (alfi->func_ptr->common.scope) { func_ptr 748 ext/spl/php_spl.c add_next_index_string(tmp, alfi->func_ptr->common.function_name, 1); func_ptr 751 ext/spl/php_spl.c if (strncmp(alfi->func_ptr->common.function_name, "__lambda_func", sizeof("__lambda_func") - 1)) { func_ptr 752 ext/spl/php_spl.c add_next_index_string(return_value, alfi->func_ptr->common.function_name, 1); func_ptr 2099 ext/spl/spl_directory.c static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pass_num_args, zval *return_value, zval *arg2 TSRMLS_DC) /* {{{ */ func_ptr 2118 ext/spl/spl_directory.c ZVAL_STRING(&z_fname, func_ptr->common.function_name, 0); func_ptr 2131 ext/spl/spl_directory.c fcic.function_handler = func_ptr; func_ptr 2150 ext/spl/spl_directory.c zend_function *func_ptr; \ func_ptr 2152 ext/spl/spl_directory.c ret = zend_hash_find(EG(function_table), #func_name, sizeof(#func_name), (void **) &func_ptr); \ func_ptr 2157 ext/spl/spl_directory.c spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2 TSRMLS_CC); \