Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dhttp.c26 const zend_string *arg_sep) in php_url_encode_scalar() argument
29 smart_str_append(form_str, arg_sep); in php_url_encode_scalar()
99 zval *type, const zend_string *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
113 if (!arg_sep) { in php_url_encode_hash_ex()
114 arg_sep = zend_ini_str("arg_separator.output", strlen("arg_separator.output"), false); in php_url_encode_hash_ex()
115 if (ZSTR_LEN(arg_sep) == 0) { in php_url_encode_hash_ex()
116 arg_sep = ZSTR_CHAR('&'); in php_url_encode_hash_ex()
196 …), formstr, NULL, 0, new_prefix, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex()
208 arg_sep); in php_url_encode_hash_ex()
221 zend_string *arg_sep = NULL; in PHP_FUNCTION() local
[all …]
H A Dphp_http.h27 zval *type, const zend_string *arg_sep, int enc_type);
/PHP-8.3/
H A DUPGRADING.INTERNALS108 zval *type, const char *arg_sep, int enc_type);
113 zval *type, const zend_string *arg_sep, int enc_type);
114 The change to use zend_string prevent the computation of the arg_sep

Completed in 8 milliseconds