Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c30 const zend_string *arg_sep) in php_url_encode_scalar() argument
33 smart_str_append(form_str, arg_sep); in php_url_encode_scalar()
103 zval *type, const zend_string *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
117 if (!arg_sep) { in php_url_encode_hash_ex()
118 arg_sep = zend_ini_str("arg_separator.output", strlen("arg_separator.output"), false); in php_url_encode_hash_ex()
119 if (ZSTR_LEN(arg_sep) == 0) { in php_url_encode_hash_ex()
120 arg_sep = ZSTR_CHAR('&'); in php_url_encode_hash_ex()
200 …), formstr, NULL, 0, new_prefix, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex()
212 arg_sep); in php_url_encode_hash_ex()
225 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);

Completed in 14 milliseconds