Searched refs:rawurldecode (Results 1 – 6 of 6) sorted by relevance
7 var_dump(rawurldecode('%41%31%5F%2D%2E%7E'));
104 echo "Testing rawurldecode: ";105 $decoded = rawurldecode($correct);214 Testing rawurldecode: passed
48 echo "gzdecode(): ", rawurldecode(gzdecode($compressed)), "\n";
628 PHP_FUNCTION(rawurldecode) in PHP_FUNCTION() argument
3736 function rawurldecode(string $string): string {}
2851 ZEND_FUNCTION(rawurldecode);
Completed in 24 milliseconds