Searched refs:enc_type (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/standard/ |
H A D | http.c | 112 zval *type, const zend_string *arg_sep, int enc_type) in php_url_encode_hash_ex() argument 173 if (enc_type == PHP_QUERY_RFC3986) { in php_url_encode_hash_ex() 211 …), formstr, NULL, 0, new_prefix, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex() 219 enc_type, idx, in php_url_encode_hash_ex() 238 zend_long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local 245 Z_PARAM_LONG(enc_type) in PHP_FUNCTION() 253 …* key_prefix */ NULL, (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 zend_string *arg_sep, int enc_type);
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug73237.phpt | 29 ["enc_type"]=>
|
/php-src/ext/soap/ |
H A D | soap.stub.php | 488 public int $enc_type; variable in SoapVar
|
Completed in 9 milliseconds