Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/standard/
H A Dhttp.c28 zval *type, const char *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
88 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
147 …prefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex()
163 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
184 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
207 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex()
229 zend_long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local
236 Z_PARAM_LONG(enc_type) in PHP_FUNCTION()
239 …en, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type); in PHP_FUNCTION()
H A Dphp_http.h27 zval *type, const char *arg_sep, int enc_type);
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug73237.phpt29 ["enc_type"]=>
/PHP-8.1/ext/soap/
H A Dsoap.stub.php45 public int $enc_type; variable in SoapVar

Completed in 26 milliseconds