Home
last modified time | relevance | path

Searched defs:fci (Results 1 – 25 of 37) sorted by relevance

12

/php-src/ext/zend_test/
H A Dfiber.h31 zend_fcall_info fci; member
H A Dfiber.c322 zend_fcall_info fci; in ZEND_METHOD() local
/php-src/ext/readline/
H A Dreadline.c491 zend_fcall_info fci; in PHP_FUNCTION() local
532 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/win32/
H A Dsignal.c90 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/spl/
H A Dphp_spl.c382 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci()
504 zend_fcall_info fci = {0}; in PHP_FUNCTION() local
576 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dbasic_functions.c125 zend_fcall_info fci; member
1467 zend_fcall_info fci; local
1492 zend_fcall_info fci; local
1516 zend_fcall_info fci; local
1552 zend_fcall_info fci; local
1580 static void fci_addref(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache)
1588 static void fci_release(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache)
H A Darray.c1449 zend_fcall_info fci; member
1466 zend_fcall_info fci = context->fci; in php_array_walk() local
6447 zend_fcall_info fci; local
6510 zend_fcall_info fci = empty_fcall_info; local
6588 static zend_result php_array_find(const HashTable *array, zend_fcall_info fci, zend_fcall_info_cach…
6666 zend_fcall_info fci; local
6688 zend_fcall_info fci; local
6710 zend_fcall_info fci; local
6730 zend_fcall_info fci; local
6752 zend_fcall_info fci = empty_fcall_info; local
H A Dbasic_functions.h126 zend_fcall_info fci; member
/php-src/ext/pcre/
H A Dphp_pcre.c1548 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func()
1852 …end_string *subject_str, const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall… in php_pcre_replace_func_impl()
2049 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2168 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func()
2211 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl()
2403 zend_fcall_info fci; in PHP_FUNCTION() local
2434 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c151 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_execute_API.c780 zend_fcall_info fci; in _call_user_function_impl() local
799 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function()
1080 zend_fcall_info fci; in zend_call_known_function() local
1124 zend_fcall_info fci; in zend_call_method_if_exists() local
H A Dzend_fibers.h119 zend_fcall_info fci; member
H A Dzend_closures.c127 zend_fcall_info fci; in ZEND_METHOD() local
286 zend_fcall_info fci; in ZEND_NAMED_FUNCTION() local
H A Dzend_API.c1038 zend_fcall_info *fci = va_arg(*va, zend_fcall_info *); in zend_parse_arg_impl() local
4309 …result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall… in zend_fcall_info_init()
4327 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, bool free_mem) /* {{{ */ in zend_fcall_info_args_clear()
4346 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save()
4355 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_t param_count, zval *params… in zend_fcall_info_args_restore()
4363 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
4396 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
4402 ZEND_API void zend_fcall_info_argp(zend_fcall_info *fci, uint32_t argc, zval *argv) /* {{{ */ in zend_fcall_info_argp()
4417 ZEND_API void zend_fcall_info_argv(zend_fcall_info *fci, uint32_t argc, va_list *argv) /* {{{ */ in zend_fcall_info_argv()
4434 ZEND_API void zend_fcall_info_argn(zend_fcall_info *fci, uint32_t argc, ...) /* {{{ */ in zend_fcall_info_argn()
[all …]
H A Dzend_builtin_functions.c1270 zend_fcall_info fci; in ZEND_FUNCTION() local
1329 zend_fcall_info fci; in ZEND_FUNCTION() local
/php-src/ext/intl/uchar/
H A Duchar.c162 zend_fcall_info fci; member
267 zend_fcall_info fci; member
/php-src/main/
H A DSAPI.c113 zend_fcall_info fci; in PHP_FUNCTION() local
138 zend_fcall_info fci; in sapi_run_header_callback() local
H A Dphp_output.h117 zend_fcall_info fci; member
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c497 zend_fcall_info fci = empty_fcall_info; in pdo_sqlite_create_function_internal() local
630 zend_fcall_info fci = empty_fcall_info; in pdo_sqlite_create_collation_internal() local
/php-src/ext/pdo/
H A Dpdo_stmt.c616 zend_fcall_info *fci = &stmt->fetch.cls.fci; in do_fetch_class_prepare() local
646 static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_in… in make_callable_ex()
673 zend_fcall_info *fci = &stmt->fetch.cls.fci; in do_fetch_func_prepare() local
H A Dphp_pdo_driver.h616 zend_fcall_info fci; member
623 zend_fcall_info fci; member
/php-src/ext/sqlite3/
H A Dsqlite3.c944 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local
1042 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local
1309 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local
/php-src/ext/dom/
H A Dxpath_callbacks.c401 zend_fcall_info fci; in php_dom_xpath_callback_dispatch() local
H A Dxpath.c460 zend_fcall_info fci; in PHP_METHOD() local
/php-src/ext/xsl/
H A Dxsltprocessor.c745 zend_fcall_info fci; in PHP_METHOD() local

Completed in 166 milliseconds

12