Home
last modified time | relevance | path

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

/php-src/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-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h119 HashTable *named_params; member
H A Dfirebird_driver.c297 static int php_firebird_preprocess(const zend_string* sql, char* sql_out, HashTable* named_params) in php_firebird_preprocess() argument
396 if (named_params) { in php_firebird_preprocess()
399 zend_hash_str_update(named_params, pname, l, &tmp); in php_firebird_preprocess()
593 S->named_params = np; in firebird_handle_preparer()
924 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in php_firebird_alloc_prepare_stmt() argument
945 if (!php_firebird_preprocess(sql, new_sql, named_params)) { in php_firebird_alloc_prepare_stmt()
H A Dfirebird_statement.c94 zend_hash_destroy(S->named_params); in pdo_firebird_stmt_dtor()
95 FREE_HASHTABLE(S->named_params); in pdo_firebird_stmt_dtor()
569 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in pdo_firebird_stmt_param_hook()
/php-src/Zend/
H A Dzend_execute_API.c750 …ion_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params) /* {{{ */ in _call_user_function_impl() argument
765 fci.named_params = named_params; in _call_user_function_impl()
880 if (fci->named_params) { in zend_call_function()
885 ZEND_HASH_FOREACH_STR_KEY_VAL(fci->named_params, name, arg) { in zend_call_function()
1045 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() argument
1058 fci.named_params = named_params; in zend_call_known_function()
1099 fci.named_params = NULL; in zend_call_method_if_exists()
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_API.h56 HashTable *named_params; member
683 …al *function_name, zval *retval_ptr, uint32_t param_count, zval params[], HashTable *named_params);
688 …ction_named(function_table, object, function_name, retval_ptr, param_count, params, named_params) \ argument
689 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
838 uint32_t param_count, zval *params, HashTable *named_params);
841 …all_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_fcc() argument
850 …nown_function(func, fcc->object, fcc->called_scope, retval_ptr, param_count, params, named_params); in zend_call_known_fcc()
H A Dzend_fibers.c820 Z_PARAM_VARIADIC_WITH_NAMED(fiber->fci.params, fiber->fci.param_count, fiber->fci.named_params); in ZEND_METHOD()
H A Dzend_exceptions.c675 fci.named_params = NULL; in ZEND_METHOD()
H A Dzend_API.c4208 fci->named_params = NULL; in zend_fcall_info_init()
/php-src/ext/reflection/
H A Dphp_reflection.c2026 HashTable *named_params; in ZEND_METHOD() local
3413 HashTable *named_params = NULL; in reflection_method_invoke() local
5070 HashTable *named_params; in ZEND_METHOD() local
5084 num_args, params, named_params); in ZEND_METHOD()
6796 if (named_params) { in attribute_ctor_cleanup()
6797 zend_array_destroy(named_params); in attribute_ctor_cleanup()
6813 HashTable *named_params = NULL; in ZEND_METHOD() local
6881 if (!named_params) { in ZEND_METHOD()
6882 named_params = zend_new_array(0); in ZEND_METHOD()
6897 } else if (argc || named_params) { in ZEND_METHOD()
[all …]
/php-src/ext/curl/
H A Dinterface.c601 fci.named_params = NULL; in curl_write()
646 fci.named_params = NULL; in curl_fnmatch()
694 fci.named_params = NULL; in curl_progress()
742 fci.named_params = NULL; in curl_xferinfo()
789 fci.named_params = NULL; in curl_ssh_hostkeyfunction()
850 fci.named_params = NULL; in curl_read()
914 fci.named_params = NULL; in curl_write_header()
/php-src/ext/dom/
H A Dxpath_callbacks.c407 fci.named_params = NULL; in php_dom_xpath_callback_dispatch()
/php-src/ext/standard/
H A Dbasic_functions.c1458 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params)
1486 fci.named_params = params;
1549 fci.named_params = params;
H A Dvar_unserializer.re269 fci.named_params = NULL;
/php-src/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-src/ext/pcre/
H A Dphp_pcre.c2458 fci.named_params = NULL; in PHP_FUNCTION()
/php-src/ext/spl/
H A Dspl_iterators.c3212 &apply_info.fci, &apply_info.fcc, &apply_info.fci.named_params) == FAILURE) { in PHP_FUNCTION()
/php-src/ext/ffi/
H A Dffi.c953 fci.named_params = NULL; in zend_ffi_callback_trampoline()

Completed in 175 milliseconds