Searched refs:urldecode (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/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 *** 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 D | utf8.phpt | 6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
|
/PHP-7.2/ext/pcre/tests/ |
H A D | invalid_utf8.phpt | 12 $string = urldecode("search%e4");
|
/PHP-7.2/ext/standard/tests/filters/ |
H A D | bug77231.phpt | 5 var_dump(file(urldecode('php://filter/convert.quoted-printable-encode/resource=data://,%bfAAAAAAAAF…
|
/PHP-7.2/ext/standard/ |
H A D | url.h | 45 PHP_FUNCTION(urldecode);
|
H A D | url.c | 552 PHP_FUNCTION(urldecode) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 2844 PHP_FE(urldecode, arginfo_urldecode)
|
/PHP-7.2/tests/strings/ |
H A D | 001.phpt | 126 echo "Testing urldecode: "; 127 $decoded = urldecode($correct); 218 Testing urldecode: passed
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | bug27508.phpt | 10 $url = urldecode(substr($path, 9));
|
/PHP-7.2/ |
H A D | NEWS | 46 . Fixed bug #79465 (OOB Read in urldecode()). (stas)
|
Completed in 29 milliseconds