/php-src/ext/zend_test/ |
H A D | fiber.h | 31 zend_fcall_info fci; member
|
H A D | fiber.c | 322 zend_fcall_info fci; in ZEND_METHOD() local
|
/php-src/ext/readline/ |
H A D | readline.c | 491 zend_fcall_info fci; in PHP_FUNCTION() local 532 zend_fcall_info fci; in PHP_FUNCTION() local
|
/php-src/win32/ |
H A D | signal.c | 90 zend_fcall_info fci; in PHP_FUNCTION() local
|
/php-src/ext/spl/ |
H A D | php_spl.c | 382 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 D | basic_functions.c | 125 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 D | array.c | 1451 zend_fcall_info fci; member 1468 zend_fcall_info fci = context->fci; in php_array_walk() local 6443 zend_fcall_info fci; local 6506 zend_fcall_info fci = empty_fcall_info; local 6584 static zend_result php_array_find(const HashTable *array, zend_fcall_info fci, zend_fcall_info_cach… 6662 zend_fcall_info fci; local 6684 zend_fcall_info fci; local 6706 zend_fcall_info fci; local 6726 zend_fcall_info fci; local 6748 zend_fcall_info fci = empty_fcall_info; local
|
H A D | basic_functions.h | 126 zend_fcall_info fci; member
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 1548 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 D | pdo_pgsql.c | 151 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local
|
/php-src/Zend/ |
H A D | zend_execute_API.c | 780 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() 1076 zend_fcall_info fci; in zend_call_known_function() local 1120 zend_fcall_info fci; in zend_call_method_if_exists() local
|
H A D | zend_fibers.h | 119 zend_fcall_info fci; member
|
H A D | zend_closures.c | 127 zend_fcall_info fci; in ZEND_METHOD() local 286 zend_fcall_info fci; in ZEND_NAMED_FUNCTION() local
|
H A D | zend_API.c | 1038 zend_fcall_info *fci = va_arg(*va, zend_fcall_info *); in zend_parse_arg_impl() local 4302 …result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall… in zend_fcall_info_init() 4320 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, bool free_mem) /* {{{ */ in zend_fcall_info_args_clear() 4339 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save() 4348 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_t param_count, zval *params… in zend_fcall_info_args_restore() 4356 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex() 4389 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args() 4395 ZEND_API void zend_fcall_info_argp(zend_fcall_info *fci, uint32_t argc, zval *argv) /* {{{ */ in zend_fcall_info_argp() 4410 ZEND_API void zend_fcall_info_argv(zend_fcall_info *fci, uint32_t argc, va_list *argv) /* {{{ */ in zend_fcall_info_argv() 4427 ZEND_API void zend_fcall_info_argn(zend_fcall_info *fci, uint32_t argc, ...) /* {{{ */ in zend_fcall_info_argn() [all …]
|
H A D | zend_builtin_functions.c | 1270 zend_fcall_info fci; in ZEND_FUNCTION() local 1329 zend_fcall_info fci; in ZEND_FUNCTION() local
|
/php-src/ext/intl/uchar/ |
H A D | uchar.c | 162 zend_fcall_info fci; member 267 zend_fcall_info fci; member
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 497 zend_fcall_info fci = empty_fcall_info; in pdo_sqlite_create_function_internal() local 632 zend_fcall_info fci = empty_fcall_info; in pdo_sqlite_create_collation_internal() local
|
/php-src/main/ |
H A D | SAPI.c | 113 zend_fcall_info fci; in PHP_FUNCTION() local 138 zend_fcall_info fci; in sapi_run_header_callback() local
|
H A D | php_output.h | 117 zend_fcall_info fci; member
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 616 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 D | php_pdo_driver.h | 616 zend_fcall_info fci; member 623 zend_fcall_info fci; member
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 945 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local 1045 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local 1312 zend_fcall_info fci = empty_fcall_info; in PHP_METHOD() local
|
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 401 zend_fcall_info fci; in php_dom_xpath_callback_dispatch() local
|
H A D | xpath.c | 460 zend_fcall_info fci; in PHP_METHOD() local
|
/php-src/ext/xsl/ |
H A D | xsltprocessor.c | 745 zend_fcall_info fci; in PHP_METHOD() local
|