/PHP-8.2/ext/zend_test/ |
H A D | fiber.c | 244 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 D | php_pdo_firebird_int.h | 114 HashTable *named_params; member
|
H A D | firebird_driver.c | 296 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 D | firebird_statement.c | 96 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 D | zend_execute_API.c | 728 …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 D | zend_closures.c | 132 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 D | zend_API.h | 54 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 D | zend_fibers.c | 753 Z_PARAM_VARIADIC_WITH_NAMED(fiber->fci.params, fiber->fci.param_count, fiber->fci.named_params); in ZEND_METHOD()
|
H A D | zend_exceptions.c | 682 fci.named_params = NULL; in ZEND_METHOD()
|
H A D | zend_API.c | 4038 fci->named_params = NULL; in zend_fcall_info_init()
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 1988 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 D | interface.c | 606 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 D | xpath.c | 150 fci.named_params = NULL; in dom_xpath_ext_function_php()
|
/PHP-8.2/ext/xsl/ |
H A D | xsltprocessor.c | 222 fci.named_params = NULL; in xsl_ext_function_php()
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.c | 813 fci.named_params = NULL; in php_mysqli_fetch_into_hash()
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.c | 1501 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) 1529 fci.named_params = params;
|
H A D | var.c | 782 fci.named_params = NULL; in php_var_serialize_call_sleep()
|
H A D | var_unserializer.re | 269 fci.named_params = NULL;
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_dbh.c | 479 fci.named_params = NULL; in pdo_stmt_construct()
|
/PHP-8.2/ext/xml/ |
H A D | xml.c | 432 fci.named_params = NULL; in xml_call_handler()
|
/PHP-8.2/ext/pcre/ |
H A D | php_pcre.c | 2422 fci.named_params = NULL; in PHP_FUNCTION()
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 1863 fci.named_params = NULL; in php_pgsql_fetch_hash()
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.c | 940 fci.named_params = NULL; in zend_ffi_callback_trampoline()
|