Searched refs:rawurlencode (Results 1 – 8 of 8) sorted by relevance
2 Bug #53248 (rawurlencode RFC 3986 EBCDIC support)6 var_dump(rawurlencode('A1_-.~'));
7 var_dump(setrawcookie('cookie_name', rawurlencode('cookie_content')));
8 var_dump(@setrawcookie('cookie_name', rawurlencode('cookie_content')));
92 echo "Testing rawurlencode: ";93 $encoded = rawurlencode($raw);213 Testing rawurlencode: passed
24 $dtdfile = rawurlencode(__DIR__) . '/dtdexample.dtd';
615 PHP_FUNCTION(rawurlencode) in PHP_FUNCTION() argument
3730 function rawurlencode(string $string): string {}
2850 ZEND_FUNCTION(rawurlencode);
Completed in 30 milliseconds