php-src/ext/phar/tests/frontcontroller23.phpt

15 lines
415 B
Plaintext
Raw Normal View History

2008-03-22 22:44:21 +00:00
--TEST--
Phar front controller with generic action router test
2008-03-22 22:44:21 +00:00
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--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
--EXPECTF--
string(9) "/hi/there"
string(%d) "phar://%sfrontcontroller23.php/html/index.php"