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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/session/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/session/tests/bug74892.phpt |
--TEST-- Bug #74892 Url Rewriting (trans_sid) not working on urls that start with # --FILE-- <?php ini_set('session.use_cookies', '0'); ini_set('session.use_only_cookies',0); ini_set('session.use_trans_sid',1); ini_set('session.trans_sid_hosts','php.net'); session_id('sessionidhere'); session_start(); ?> <p><a href="index.php">Click This Anchor Tag!</a></p> <p><a href="index.php#place">External link with anchor</a></p> <p><a href="http://php.net#foo">External link with anchor 2</a></p> <p><a href="#place">Internal link</a></p> ===DONE=== --EXPECT-- <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p> <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p> <p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p> <p><a href="#place">Internal link</a></p> ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare