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.c103 zval *type, const zend_string *arg_sep, int enc_type) in php_url_encode_hash_ex() argument
162 if (enc_type == PHP_QUERY_RFC3986) { 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()
208 enc_type, idx, in php_url_encode_hash_ex()
227 zend_long enc_type = PHP_QUERY_RFC1738; in PHP_FUNCTION() local
234 Z_PARAM_LONG(enc_type) in PHP_FUNCTION()
237 …* 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.php468 public int $enc_type; variable in SoapVar

Completed in 13 milliseconds