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')));
46 PHP_FUNCTION(rawurlencode);
615 PHP_FUNCTION(rawurlencode) argument
2859 PHP_FE(rawurlencode, arginfo_rawurlencode)
94 echo "Testing rawurlencode: ";95 $encoded = rawurlencode($raw);215 Testing rawurlencode: passed
24 $dtdfile = rawurlencode(__DIR__) . '/dtdexample.dtd';
Completed in 21 milliseconds