Home
last modified time | relevance | path

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

/PHP-8.3/ext/zend_test/
H A Dfiber.c246 zend_array *named_params; in ZEND_METHOD() local
249 Z_PARAM_VARIADIC_WITH_NAMED(params, param_count, named_params); in ZEND_METHOD()
261 fiber->fci.named_params = named_params; in ZEND_METHOD()
/PHP-8.3/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.3/Zend/
H A Dzend_execute_API.c736 …ion_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params) /* {{{ */ in _call_user_function_impl() argument
751 fci.named_params = named_params; in _call_user_function_impl()
866 if (fci->named_params) { in zend_call_function()
871 ZEND_HASH_FOREACH_STR_KEY_VAL(fci->named_params, name, arg) { in zend_call_function()
1031 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() argument
1044 fci.named_params = named_params; in zend_call_known_function()
1085 fci.named_params = NULL; in zend_call_method_if_exists()
H A Dzend_API.h54 HashTable *named_params; member
678 …al *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params);
683 …ction_named(function_table, object, function_name, retval_ptr, param_count, params, named_params) \ argument
684 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
833 uint32_t param_count, zval *params, HashTable *named_params);
836 …all_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_fcc() argument
845 …nown_function(func, fcc->object, fcc->called_scope, retval_ptr, param_count, params, named_params); in zend_call_known_fcc()
H A Dzend_closures.c137 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) in ZEND_METHOD()
298 fci.named_params = NULL; in ZEND_NAMED_FUNCTION()
H A Dzend_fibers.c814 Z_PARAM_VARIADIC_WITH_NAMED(fiber->fci.params, fiber->fci.param_count, fiber->fci.named_params); in ZEND_METHOD()
H A Dzend_exceptions.c674 fci.named_params = NULL; in ZEND_METHOD()
H A Dzend_API.c4149 fci->named_params = NULL; in zend_fcall_info_init()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1980 HashTable *named_params; in ZEND_METHOD() local
3359 HashTable *named_params = NULL; in reflection_method_invoke() local
5013 HashTable *named_params; in ZEND_METHOD() local
5027 num_args, params, named_params); in ZEND_METHOD()
6739 if (named_params) { in attribute_ctor_cleanup()
6740 zend_array_destroy(named_params); in attribute_ctor_cleanup()
6756 HashTable *named_params = NULL; in ZEND_METHOD() local
6817 if (!named_params) { in ZEND_METHOD()
6818 named_params = zend_new_array(0); in ZEND_METHOD()
6833 } else if (argc || named_params) { in ZEND_METHOD()
[all …]
/PHP-8.3/ext/curl/
H A Dinterface.c616 fci.named_params = NULL; in curl_write()
661 fci.named_params = NULL; in curl_fnmatch()
709 fci.named_params = NULL; in curl_progress()
758 fci.named_params = NULL; in curl_xferinfo()
806 fci.named_params = NULL; in curl_ssh_hostkeyfunction()
867 fci.named_params = NULL; in curl_read()
931 fci.named_params = NULL; in curl_write_header()
/PHP-8.3/ext/dom/
H A Dxpath.c150 fci.named_params = NULL; in dom_xpath_ext_function_php()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c1483 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params)
1511 fci.named_params = params;
1574 fci.named_params = params;
H A Dvar_unserializer.re269 fci.named_params = NULL;
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c234 fci.named_params = NULL; in xsl_ext_function_php()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c121 fci.named_params = NULL; in phpdbg_call_register()
176 fci.named_params = Z_ARRVAL(params); in phpdbg_call_register()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c479 fci.named_params = NULL; in pdo_stmt_construct()
/PHP-8.3/ext/xml/
H A Dxml.c426 fci.named_params = NULL; in xml_call_handler()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2396 fci.named_params = NULL; in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_iterators.c3230 &apply_info.fci, &apply_info.fcc, &apply_info.fci.named_params) == FAILURE) { in PHP_FUNCTION()
/PHP-8.3/ext/ffi/
H A Dffi.c953 fci.named_params = NULL; in zend_ffi_callback_trampoline()

Completed in 187 milliseconds