Searched refs:urldecode (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/standard/tests/url/ |
H A D | urldecode_error_001.phpt | 2 Test urldecode() function : error conditions 5 /* Prototype : proto string urldecode(string str) 13 echo "*** Testing urldecode() : error conditions ***\n"; 16 echo "\n-- Testing urldecode() function with Zero arguments --\n"; 17 var_dump( urldecode() ); 19 //Test urldecode with one more than the expected number of arguments 23 var_dump( urldecode($str, $extra_arg) ); 28 *** Testing urldecode() : error conditions *** 30 -- Testing urldecode() function with Zero arguments -- 32 Warning: urldecode() expects exactly 1 parameter, 0 given in %s on line 14 [all …]
|
H A D | urldecode_variation_001.phpt | 2 Test urldecode() function : usage variations - <type here specifics of this variation> 5 /* Prototype : proto string urldecode(string str) 18 echo "*** Testing urldecode() : usage variations ***\n"; 77 var_dump( urldecode($value) ); 83 *** Testing urldecode() : usage variations *** 115 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74) 119 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74) 123 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74) 127 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74) 131 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74) [all …]
|
/PHP-5.3/ext/xml/tests/ |
H A D | xml006.phpt | 8 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
|
/PHP-5.3/ext/pcre/tests/ |
H A D | invalid_utf8.phpt | 12 $string = urldecode("search%e4");
|
/PHP-5.3/ext/standard/ |
H A D | url.h | 44 PHP_FUNCTION(urldecode);
|
H A D | url.c | 547 PHP_FUNCTION(urldecode) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 2806 PHP_FE(urldecode, arginfo_urldecode)
|
/PHP-5.3/tests/strings/ |
H A D | 001.phpt | 126 echo "Testing urldecode: "; 127 $decoded = urldecode($correct); 204 Testing urldecode: passed
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug27508.phpt | 10 $url = urldecode(substr($path, 9));
|
Completed in 26 milliseconds