Searched refs:arg_sep (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | http.c | 32 zval *type, char *arg_sep, int enc_type) in php_url_encode_hash_ex() argument 50 if (!arg_sep) { in php_url_encode_hash_ex() 51 arg_sep = INI_STR("arg_separator.output"); in php_url_encode_hash_ex() 52 if (!arg_sep || !strlen(arg_sep)) { in php_url_encode_hash_ex() 53 arg_sep = URL_DEFAULT_ARG_SEP; in php_url_encode_hash_ex() 56 arg_sep_len = strlen(arg_sep); in php_url_encode_hash_ex() 142 …prefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex() 152 smart_str_appendl(formstr, arg_sep, arg_sep_len); in php_url_encode_hash_ex() 221 char *prefix = NULL, *arg_sep=NULL; in PHP_FUNCTION() local 230 Z_PARAM_STRING(arg_sep, arg_sep_len) in PHP_FUNCTION() [all …]
|
H A D | php_http.h | 31 zval *type, char *arg_sep, int enc_type);
|
Completed in 6 milliseconds