Searched refs:enc_type (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | http.c | 28 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 D | php_http.h | 27 zval *type, const char *arg_sep, int enc_type);
|
/PHP-8.2/ext/soap/tests/bugs/ |
H A D | bug73237.phpt | 29 ["enc_type"]=>
|
/PHP-8.2/ext/soap/ |
H A D | soap.stub.php | 468 public int $enc_type; variable in SoapVar
|
Completed in 14 milliseconds