Home
last modified time | relevance | path

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

/PHP-7.2/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 ***
116 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74)
121 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74)
126 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)
136 Error: 2 - urldecode() expects parameter 1 to be string, array given, %s(74)
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dutf8.phpt6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
/PHP-7.2/ext/pcre/tests/
H A Dinvalid_utf8.phpt12 $string = urldecode("search%e4");
/PHP-7.2/ext/standard/tests/filters/
H A Dbug77231.phpt5 var_dump(file(urldecode('php://filter/convert.quoted-printable-encode/resource=data://,%bfAAAAAAAAF…
/PHP-7.2/ext/standard/
H A Durl.h45 PHP_FUNCTION(urldecode);
H A Durl.c552 PHP_FUNCTION(urldecode) in PHP_FUNCTION() argument
H A Dbasic_functions.c2844 PHP_FE(urldecode, arginfo_urldecode)
/PHP-7.2/tests/strings/
H A D001.phpt126 echo "Testing urldecode: ";
127 $decoded = urldecode($correct);
218 Testing urldecode: passed
/PHP-7.2/ext/standard/tests/file/
H A Dbug27508.phpt10 $url = urldecode(substr($path, 9));
/PHP-7.2/
H A DNEWS46 . Fixed bug #79465 (OOB Read in urldecode()). (stas)

Completed in 35 milliseconds