Home
last modified time | relevance | path

Searched refs:php_raw_url_encode (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/standard/
H A Dhttp.c89 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
164 ekey = php_raw_url_encode(prop_name, prop_len); in php_url_encode_hash_ex()
185 ekey = php_raw_url_encode(Z_STRVAL_P(zdata), Z_STRLEN_P(zdata)); in php_url_encode_hash_ex()
208 ekey = php_raw_url_encode(ZSTR_VAL(str), ZSTR_LEN(str)); in php_url_encode_hash_ex()
H A Durl.h38 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len);
H A Durl_scanner_ex.re594 encoded = php_raw_url_encode(name, strlen(name));
602 encoded = php_raw_url_encode(value, strlen(value));
757 encoded = php_raw_url_encode(name, name_len);
759 encoded = php_raw_url_encode(value, value_len);
860 encoded = php_raw_url_encode(ZSTR_VAL(name), ZSTR_LEN(name));
H A Dhead.c133 zend_string *encoded_value = php_raw_url_encode(ZSTR_VAL(value), ZSTR_LEN(value)); in php_setcookie()
H A Durl.c621 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) in php_raw_url_encode() function
636 RETURN_STR(php_raw_url_encode(ZSTR_VAL(in_str), ZSTR_LEN(in_str))); in PHP_FUNCTION()

Completed in 19 milliseconds