Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h115 HashTable *named_params; member
H A Dfirebird_driver.c293 int preprocess(const char* sql, int sql_len, char* sql_out, HashTable* named_params) in preprocess() argument
392 if (named_params) { in preprocess()
395 zend_hash_str_update(named_params, pname, l, &tmp); in preprocess()
537 S->named_params = np; in firebird_handle_preparer()
783 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt() argument
814 if (!preprocess(sql, sql_len, new_sql, named_params)) { in firebird_alloc_prepare_stmt()
H A Dfirebird_statement.c68 zend_hash_destroy(S->named_params); in firebird_stmt_dtor()
69 FREE_HASHTABLE(S->named_params); in firebird_stmt_dtor()
535 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
/PHP-8.0/Zend/
H A Dzend_execute_API.c647 …ion_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params) /* {{{ */ in _call_user_function_impl() argument
657 fci.named_params = named_params; in _call_user_function_impl()
805 if (fci->named_params) { in zend_call_function()
810 ZEND_HASH_FOREACH_STR_KEY_VAL(fci->named_params, name, arg) { in zend_call_function()
965 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() argument
978 fci.named_params = named_params; in zend_call_known_function()
H A Dzend_closures.c137 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) in ZEND_METHOD()
279 fci.named_params = NULL; in ZEND_NAMED_FUNCTION()
H A Dzend_API.h54 HashTable *named_params; member
511 …al *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params);
516 …ction_named(function_table, object, function_name, retval_ptr, param_count, params, named_params) \ argument
517 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
583 uint32_t param_count, zval *params, HashTable *named_params);
H A Dzend_exceptions.c682 fci.named_params = NULL; in ZEND_METHOD()
H A Dzend_API.c3563 fci->named_params = NULL; in zend_fcall_info_init()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1848 HashTable *named_params; in ZEND_METHOD() local
1866 fci.named_params = named_params; in ZEND_METHOD()
1917 fci.named_params = params; in ZEND_METHOD()
3177 HashTable *named_params = NULL; in reflection_method_invoke() local
3248 fci.named_params = named_params; in reflection_method_invoke()
4727 HashTable *named_params; in ZEND_METHOD() local
4741 num_args, params, named_params); in ZEND_METHOD()
6394 if (named_params) { in attribute_ctor_cleanup()
6395 zend_array_destroy(named_params); in attribute_ctor_cleanup()
6411 HashTable *named_params = NULL; in ZEND_METHOD() local
[all …]
/PHP-8.0/ext/dom/
H A Dxpath.c147 fci.named_params = NULL; in dom_xpath_ext_function_php()
/PHP-8.0/ext/curl/
H A Dinterface.c1387 fci.named_params = NULL; in curl_write()
1434 fci.named_params = NULL; in curl_fnmatch()
1487 fci.named_params = NULL; in curl_progress()
1543 fci.named_params = NULL; in curl_read()
1605 fci.named_params = NULL; in curl_write_header()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c217 fci.named_params = NULL; in xsl_ext_function_php()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1548 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params)
1576 fci.named_params = params;
/PHP-8.0/ext/mysqli/
H A Dmysqli.c1218 fci.named_params = NULL; in php_mysqli_fetch_into_hash()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c472 fci.named_params = NULL; in pdo_stmt_construct()
/PHP-8.0/ext/xml/
H A Dxml.c468 fci.named_params = NULL; in xml_call_handler()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2431 fci.named_params = NULL; in PHP_FUNCTION()
/PHP-8.0/
H A DUPGRADING767 RFC: https://wiki.php.net/rfc/named_params
/PHP-8.0/ext/pgsql/
H A Dpgsql.c1935 fci.named_params = NULL; in php_pgsql_fetch_hash()
/PHP-8.0/ext/ffi/
H A Dffi.c893 fci.named_params = NULL; in zend_ffi_callback_trampoline()

Completed in 177 milliseconds