Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/url/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/url/bug68917.phpt |
--TEST-- Bug #68917 (parse_url fails on some partial urls) --FILE-- <?php print_r(parse_url('//example.org:81/hi?a=b#c=d')); print_r(parse_url('//example.org/hi?a=b#c=d')); ?> --EXPECT-- Array ( [host] => example.org [port] => 81 [path] => /hi [query] => a=b [fragment] => c=d ) Array ( [host] => example.org [path] => /hi [query] => a=b [fragment] => c=d )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare