Searched refs:urlencode (Results 1 – 23 of 23) sorted by relevance
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug43008.phpt | 11 . urlencode("convert.iconv.ISO-8859-15/UTF-8") 12 . '|' . urlencode("string.rot13") 13 . '|' . urlencode("string.rot13") 14 . '|' . urlencode("convert.iconv.UTF-8/ISO-8859-15") 16 var_dump(urlencode(file_get_contents($url)));
|
H A D | bug27508.phpt | 55 $fp = fopen("myFile://" . urlencode($tn), "w+");
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | utf8.phpt | 5 printf("%s -> %s\n", urlencode("�"), urlencode(utf8_encode("�"))); 6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
|
/PHP-8.3/ext/intl/tests/ |
H A D | uconverter_oop_basic.phpt | 9 // urlencode so that non-ascii shows up parsable in phpt file 10 var_dump(urlencode($c->convert("Espa\xF1ol"))); // U+00F1 LATIN SMALL LETTER N WITH TILDE 11 var_dump(urlencode($c->convert("Stra\xDFa"))); // U+00DF LATIN SMALL LETTER SHARP S 12 var_dump(urlencode($c->convert("Stra\xC3\x9Fa", true))); // Reverse prior op
|
H A D | uconverter_func_basic.phpt | 8 // urlencode so that non-ascii shows up parsable in phpt file 9 var_dump(urlencode(UConverter::transcode("Espa\xF1ol", 'utf-8', 'latin1'))); 10 var_dump(urlencode(UConverter::transcode("Stra\xDFa", 'utf-8', 'latin1')));
|
H A D | bug62070_3.phpt | 14 echo urlencode($res);
|
H A D | idn.phpt | 13 echo urlencode(idn_to_utf8('xn--tst-qla.de'))."\n";
|
H A D | bug62070.phpt | 14 echo urlencode($res);
|
H A D | bug62070_2.phpt | 15 echo urlencode($res);
|
H A D | normalizer_normalize_kc_cf.phpt | 66 $str_hex = urlencode($str); 67 $str_norm_hex = urlencode($str_norm);
|
H A D | grapheme.phpt | 105 $arg1 = urlencode($test[1]); 106 $arg0 = urlencode($test[0]); 172 $arg1 = urlencode($test[1]); 173 $arg0 = urlencode($test[0]); 238 $arg1 = urlencode($test[1]); 239 $arg0 = urlencode($test[0]); 303 $arg1 = urlencode($test[1]); 304 $arg0 = urlencode($test[0]); 401 $arg0 = urlencode($test[0]); 473 $arg1 = urlencode($test[1]); [all …]
|
H A D | grapheme2.phpt | 105 $arg1 = urlencode($test[1]); 106 $arg0 = urlencode($test[0]); 172 $arg1 = urlencode($test[1]); 173 $arg0 = urlencode($test[0]); 238 $arg1 = urlencode($test[1]); 239 $arg0 = urlencode($test[0]); 303 $arg1 = urlencode($test[1]); 304 $arg0 = urlencode($test[0]); 469 $arg1 = urlencode($test[1]); 470 $arg0 = urlencode($test[0]); [all …]
|
H A D | normalizer_normalize.phpt | 73 $str_hex = urlencode($str); 74 $str_norm_hex = urlencode($str_norm);
|
/PHP-8.3/ext/iconv/tests/ |
H A D | bug48147.phpt | 9 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", $text))); 11 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "\xC3"))); 13 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "\xC3\xC3\xC3\xB8aa"))); 15 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "aa\xC3\xC3\xC3")));
|
/PHP-8.3/tests/lang/ |
H A D | bug24783.phpt | 9 echo urlencode($key), ' => ', urlencode($val), "\n";
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | bug14580.phpt | 8 echo urlencode($key), "\n";
|
/PHP-8.3/ext/standard/tests/filters/ |
H A D | bug81294.phpt | 15 var_dump(urlencode(fread($f, 1024)));
|
/PHP-8.3/tests/strings/ |
H A D | 001.phpt | 112 echo "Testing urlencode: "; 113 $encoded = urlencode($raw); 215 Testing urlencode: passed
|
/PHP-8.3/ext/hash/tests/ |
H A D | sha3.phpt | 18 echo '== ', urlencode($subject), " ==\n";
|
/PHP-8.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 65 return $this->rooturl . '?file=' . urlencode($file) . '&line=' . $line; 68 return $this->rooturl . '?file=' . urlencode($file) . '&test=' . $test; 70 return $this->rooturl . '?file=' . urlencode($file); 82 return $this->rooturl . '?test=' . urlencode($test);
|
/PHP-8.3/ext/standard/ |
H A D | url.c | 566 PHP_FUNCTION(urlencode) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 3648 function urlencode(string $string): string {}
|
H A D | basic_functions_arginfo.h | 2787 ZEND_FUNCTION(urlencode); 3438 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(urlencode, arginfo_urlencode)
|
Completed in 65 milliseconds