Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c112 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 Dphp_http.h27 zval *type, const zend_string *arg_sep, int enc_type);
/php-src/ext/soap/tests/bugs/
H A Dbug73237.phpt29 ["enc_type"]=>
/php-src/ext/soap/
H A Dsoap.stub.php488 public int $enc_type; variable in SoapVar

Completed in 10 milliseconds