Home
last modified time | relevance | path

Searched refs:arg_sep (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dhttp.c30 zval *type, char *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
48 if (!arg_sep) { in php_url_encode_hash_ex()
49 arg_sep = INI_STR("arg_separator.output"); in php_url_encode_hash_ex()
50 if (!arg_sep || !strlen(arg_sep)) { in php_url_encode_hash_ex()
51 arg_sep = URL_DEFAULT_ARG_SEP; in php_url_encode_hash_ex()
54 arg_sep_len = strlen(arg_sep); in php_url_encode_hash_ex()
154 …prefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex()
164 smart_str_appendl(formstr, arg_sep, arg_sep_len); in php_url_encode_hash_ex()
238 char *prefix = NULL, *arg_sep=NULL; in PHP_FUNCTION() local
247 Z_PARAM_STRING(arg_sep, arg_sep_len) in PHP_FUNCTION()
[all …]
H A Dphp_http.h29 zval *type, char *arg_sep, int enc_type);

Completed in 17 milliseconds