Home
last modified time | relevance | path

Searched refs:named_params (Results 1 – 23 of 23) sorted by relevance

/PHP-8.2/ext/zend_test/
H A Dfiber.c244 zend_array *named_params; in ZEND_METHOD() local
247 Z_PARAM_VARIADIC_WITH_NAMED(params, param_count, named_params); in ZEND_METHOD()
259 fiber->fci.named_params = named_params; in ZEND_METHOD()
/PHP-8.2/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h114 HashTable *named_params; member
H A Dfirebird_driver.c296 int preprocess(const zend_string* sql, char* sql_out, HashTable* named_params) in preprocess() argument
395 if (named_params) { in preprocess()
398 zend_hash_str_update(named_params, pname, l, &tmp); in preprocess()
539 S->named_params = np; in firebird_handle_preparer()
784 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt() argument
815 if (!preprocess(sql, new_sql, named_params)) { in firebird_alloc_prepare_stmt()
H A Dfirebird_statement.c96 zend_hash_destroy(S->named_params); in firebird_stmt_dtor()
97 FREE_HASHTABLE(S->named_params); in firebird_stmt_dtor()
570 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
/PHP-8.2/Zend/
H A Dzend_execute_API.c728 …ion_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params) /* {{{ */ in _call_user_function_impl() argument
743 fci.named_params = named_params; in _call_user_function_impl()
858 if (fci->named_params) { in zend_call_function()
863 ZEND_HASH_FOREACH_STR_KEY_VAL(fci->named_params, name, arg) { in zend_call_function()
1023 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() argument
1036 fci.named_params = named_params; in zend_call_known_function()
1077 fci.named_params = NULL; in zend_call_method_if_exists()
H A Dzend_closures.c132 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) in ZEND_METHOD()
293 fci.named_params = NULL; in ZEND_NAMED_FUNCTION()
H A Dzend_API.h54 HashTable *named_params; member
671 …al *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params);
676 …ction_named(function_table, object, function_name, retval_ptr, param_count, params, named_params) \ argument
677 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
746 uint32_t param_count, zval *params, HashTable *named_params);
H A Dzend_fibers.c753 Z_PARAM_VARIADIC_WITH_NAMED(fiber->fci.params, fiber->fci.param_count, fiber->fci.named_params); in ZEND_METHOD()
H A Dzend_exceptions.c682 fci.named_params = NULL; in ZEND_METHOD()
H A Dzend_API.c4038 fci->named_params = NULL; in zend_fcall_info_init()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c1988 HashTable *named_params; in ZEND_METHOD() local
2006 fci.named_params = named_params; in ZEND_METHOD()
2057 fci.named_params = params; in ZEND_METHOD()
3378 HashTable *named_params = NULL; in reflection_method_invoke() local
3440 fci.named_params = named_params; in reflection_method_invoke()
5012 HashTable *named_params; in ZEND_METHOD() local
5026 num_args, params, named_params); in ZEND_METHOD()
6731 if (named_params) { in attribute_ctor_cleanup()
6732 zend_array_destroy(named_params); in attribute_ctor_cleanup()
6748 HashTable *named_params = NULL; in ZEND_METHOD() local
[all …]
/PHP-8.2/ext/curl/
H A Dinterface.c606 fci.named_params = NULL; in curl_write()
651 fci.named_params = NULL; in curl_fnmatch()
699 fci.named_params = NULL; in curl_progress()
748 fci.named_params = NULL; in curl_xferinfo()
802 fci.named_params = NULL; in curl_read()
866 fci.named_params = NULL; in curl_write_header()
/PHP-8.2/ext/dom/
H A Dxpath.c150 fci.named_params = NULL; in dom_xpath_ext_function_php()
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c222 fci.named_params = NULL; in xsl_ext_function_php()
/PHP-8.2/ext/mysqli/
H A Dmysqli.c813 fci.named_params = NULL; in php_mysqli_fetch_into_hash()
/PHP-8.2/ext/standard/
H A Dbasic_functions.c1501 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params)
1529 fci.named_params = params;
H A Dvar.c782 fci.named_params = NULL; in php_var_serialize_call_sleep()
H A Dvar_unserializer.re269 fci.named_params = NULL;
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c479 fci.named_params = NULL; in pdo_stmt_construct()
/PHP-8.2/ext/xml/
H A Dxml.c432 fci.named_params = NULL; in xml_call_handler()
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c2422 fci.named_params = NULL; in PHP_FUNCTION()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c1863 fci.named_params = NULL; in php_pgsql_fetch_hash()
/PHP-8.2/ext/ffi/
H A Dffi.c940 fci.named_params = NULL; in zend_ffi_callback_trampoline()

Completed in 242 milliseconds