Home
last modified time | relevance | path

Searched defs:fci (Results 1 – 25 of 40) sorted by path

12

/PHP-8.0/Zend/
H A Dzend_API.c848 zend_fcall_info *fci = va_arg(*va, zend_fcall_info *); in zend_parse_arg_impl() local
3551 …result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall… in zend_fcall_info_init()
3569 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, bool free_mem) /* {{{ */ in zend_fcall_info_args_clear()
3588 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save()
3597 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_t param_count, zval *params… in zend_fcall_info_args_restore()
3605 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
3638 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args) /* {{{ */ in zend_fcall_info_args()
3644 ZEND_API void zend_fcall_info_argp(zend_fcall_info *fci, uint32_t argc, zval *argv) /* {{{ */ in zend_fcall_info_argp()
3659 ZEND_API void zend_fcall_info_argv(zend_fcall_info *fci, uint32_t argc, va_list *argv) /* {{{ */ in zend_fcall_info_argv()
3676 ZEND_API void zend_fcall_info_argn(zend_fcall_info *fci, uint32_t argc, ...) /* {{{ */ in zend_fcall_info_argn()
[all …]
H A Dzend_API.h281 #define ZEND_FCI_INITIALIZED(fci) ((fci).size != 0) argument
H A Dzend_builtin_functions.c1179 zend_fcall_info fci; in ZEND_FUNCTION() local
1237 zend_fcall_info fci; in ZEND_FUNCTION() local
H A Dzend_closures.c127 zend_fcall_info fci; in ZEND_METHOD() local
267 zend_fcall_info fci; in ZEND_NAMED_FUNCTION() local
H A Dzend_exceptions.c659 zend_fcall_info fci; in ZEND_METHOD() local
H A Dzend_execute_API.c649 zend_fcall_info fci; in _call_user_function_impl() local
663 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function()
968 zend_fcall_info fci; in zend_call_known_function() local
/PHP-8.0/ext/curl/
H A Dinterface.c1375 zend_fcall_info fci; in curl_write() local
1421 zend_fcall_info fci; in curl_fnmatch() local
1472 zend_fcall_info fci; in curl_progress() local
1525 zend_fcall_info fci; in curl_read() local
1593 zend_fcall_info fci; in curl_write_header() local
H A Dmulti.c380 zend_fcall_info fci = empty_fcall_info; in _php_server_push_callback() local
/PHP-8.0/ext/dom/
H A Dxpath.c40 zend_fcall_info fci; in dom_xpath_ext_function_php() local
/PHP-8.0/ext/ffi/
H A Dffi.c882 zend_fcall_info fci; in zend_ffi_callback_trampoline() local
/PHP-8.0/ext/intl/uchar/
H A Duchar.c161 zend_fcall_info fci; member
264 zend_fcall_info fci; member
/PHP-8.0/ext/ldap/
H A Dldap.c3720 zend_fcall_info fci; in PHP_FUNCTION() local
/PHP-8.0/ext/libxml/
H A Dlibxml.c232 static void _php_libxml_destroy_fci(zend_fcall_info *fci, zval *object) in _php_libxml_destroy_fci()
586 zend_fcall_info *fci; in _php_libxml_external_entity_loader() local
1144 zend_fcall_info fci; in PHP_FUNCTION() local
H A Dphp_libxml.h47 zend_fcall_info fci; member
/PHP-8.0/ext/mysqli/
H A Dmysqli.c1196 zend_fcall_info fci; in php_mysqli_fetch_into_hash() local
/PHP-8.0/ext/oci8/
H A Doci8_interface.c50 zend_fcall_info fci; in PHP_FUNCTION() local
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1552 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func()
1855 …end_string *subject_str, const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall… in php_pcre_replace_func_impl()
2070 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2189 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func()
2232 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl()
2385 zend_fcall_info fci; in PHP_FUNCTION() local
2416 zend_fcall_info fci; in PHP_FUNCTION() local
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c462 zend_fcall_info fci; in pdo_stmt_construct() local
H A Dpdo_stmt.c691 zend_fcall_info *fci = &stmt->fetch.cls.fci; in do_fetch_class_prepare() local
721 static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_in… in make_callable_ex()
748 zend_fcall_info *fci = &stmt->fetch.cls.fci; in do_fetch_func_prepare() local
H A Dphp_pdo_driver.h623 zend_fcall_info fci; member
630 zend_fcall_info fci; member
/PHP-8.0/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h30 zend_fcall_info fci; member
H A Dsqlite_driver.c525 zend_fcall_info fci; in PHP_METHOD() local
643 zend_fcall_info fci; in PHP_METHOD() local
/PHP-8.0/ext/pgsql/
H A Dpgsql.c1915 zend_fcall_info fci; in php_pgsql_fetch_hash() local
/PHP-8.0/ext/phar/
H A Dutil.c1386 zend_fcall_info fci; in phar_call_openssl_signverify() local
/PHP-8.0/ext/readline/
H A Dreadline.c473 zend_fcall_info fci; in PHP_FUNCTION() local
514 zend_fcall_info fci; in PHP_FUNCTION() local

Completed in 149 milliseconds

12