Home
last modified time | relevance | path

Searched refs:urldecode (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/standard/tests/url/
H A Durldecode_error_001.phpt2 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 Durldecode_variation_001.phpt2 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 Dxml006.phpt8 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
/PHP-5.3/ext/pcre/tests/
H A Dinvalid_utf8.phpt12 $string = urldecode("search%e4");
/PHP-5.3/ext/standard/
H A Durl.h44 PHP_FUNCTION(urldecode);
H A Durl.c547 PHP_FUNCTION(urldecode) in PHP_FUNCTION() argument
H A Dbasic_functions.c2806 PHP_FE(urldecode, arginfo_urldecode)
/PHP-5.3/tests/strings/
H A D001.phpt126 echo "Testing urldecode: ";
127 $decoded = urldecode($correct);
204 Testing urldecode: passed
/PHP-5.3/ext/standard/tests/file/
H A Dbug27508.phpt10 $url = urldecode(substr($path, 9));

Completed in 26 milliseconds