Home
last modified time | relevance | path

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

12

/php-src/ext/zend_test/
H A Dfiber.h31 zend_fcall_info fci; member
H A Dfiber.c321 zend_fcall_info fci; in ZEND_METHOD() local
/php-src/win32/
H A Dsignal.c90 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/readline/
H A Dreadline.c476 zend_fcall_info fci; in PHP_FUNCTION() local
517 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/spl/
H A Dphp_spl.c384 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci()
506 zend_fcall_info fci = {0}; in PHP_FUNCTION() local
578 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/curl/
H A Dinterface.c589 zend_fcall_info fci; in curl_write() local
633 zend_fcall_info fci; in curl_fnmatch() local
679 zend_fcall_info fci; in curl_progress() local
727 zend_fcall_info fci; in curl_xferinfo() local
775 zend_fcall_info fci; in curl_ssh_hostkeyfunction() local
832 zend_fcall_info fci; in curl_read() local
902 zend_fcall_info fci; in curl_write_header() local
H A Dmulti.c382 zend_fcall_info fci = empty_fcall_info; in _php_server_push_callback() local
/php-src/ext/standard/
H A Dbasic_functions.c120 zend_fcall_info fci; member
1453 zend_fcall_info fci; local
1478 zend_fcall_info fci; local
1502 zend_fcall_info fci; local
1538 zend_fcall_info fci; local
1566 static void fci_addref(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache)
1574 static void fci_release(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache)
H A Dbasic_functions.h130 zend_fcall_info fci; member
/php-src/Zend/
H A Dzend_execute_API.c752 zend_fcall_info fci; in _call_user_function_impl() local
771 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function()
1048 zend_fcall_info fci; in zend_call_known_function() local
1092 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.c1012 zend_fcall_info *fci = va_arg(*va, zend_fcall_info *); in zend_parse_arg_impl() local
4196 …result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall… in zend_fcall_info_init()
4214 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, bool free_mem) /* {{{ */ in zend_fcall_info_args_clear()
4233 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save()
4242 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_t param_count, zval *params… in zend_fcall_info_args_restore()
4250 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
4283 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
4289 ZEND_API void zend_fcall_info_argp(zend_fcall_info *fci, uint32_t argc, zval *argv) /* {{{ */ in zend_fcall_info_argp()
4304 ZEND_API void zend_fcall_info_argv(zend_fcall_info *fci, uint32_t argc, va_list *argv) /* {{{ */ in zend_fcall_info_argv()
4321 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.c1213 zend_fcall_info fci; in ZEND_FUNCTION() local
1272 zend_fcall_info fci; in ZEND_FUNCTION() local
/php-src/ext/pcre/
H A Dphp_pcre.c1541 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func()
1843 …end_string *subject_str, const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall… in php_pcre_replace_func_impl()
2058 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2177 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func()
2220 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl()
2412 zend_fcall_info fci; in PHP_FUNCTION() local
2443 zend_fcall_info fci; in PHP_FUNCTION() local
/php-src/ext/intl/uchar/
H A Duchar.c162 zend_fcall_info fci; member
265 zend_fcall_info fci; member
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h30 zend_fcall_info fci; member
H A Dsqlite_driver.c508 zend_fcall_info fci; in pdo_sqlite_create_function_internal() local
635 zend_fcall_info fci; in pdo_sqlite_create_collation_internal() local
/php-src/main/
H A DSAPI.c115 zend_fcall_info fci; in PHP_FUNCTION() local
140 zend_fcall_info fci; in sapi_run_header_callback() local
H A Dphp_output.h117 zend_fcall_info fci; member
/php-src/ext/pdo/
H A Dpdo_stmt.c621 zend_fcall_info *fci = &stmt->fetch.cls.fci; in do_fetch_class_prepare() local
651 static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_in… in make_callable_ex()
678 zend_fcall_info *fci = &stmt->fetch.cls.fci; in do_fetch_func_prepare() local
H A Dphp_pdo_driver.h611 zend_fcall_info fci; member
618 zend_fcall_info fci; member
/php-src/ext/sqlite3/
H A Dsqlite3.c939 zend_fcall_info fci; in PHP_METHOD() local
1043 zend_fcall_info fci; in PHP_METHOD() local
1316 zend_fcall_info fci; 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.c447 zend_fcall_info fci; in PHP_METHOD() local

Completed in 179 milliseconds

12