1234567891011121314151617 |
- --TEST--
- Phar front controller with generic action router test
- --INI--
- default_charset=UTF-8
- --EXTENSIONS--
- phar
- --ENV--
- SCRIPT_NAME=/frontcontroller23.php
- REQUEST_URI=/frontcontroller23.php/hi/there
- PATH_INFO=/hi/there
- --FILE_EXTERNAL--
- files/frontcontroller14.phar
- --EXPECTHEADERS--
- Content-type: text/html; charset=UTF-8
- --EXPECTF--
- string(9) "/hi/there"
- string(%d) "phar://%sfrontcontroller23.php/html/index.php"
|