blob: 0a807757464a55dd5ca3e32f02a68dacf36a1675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--TEST--
Phar front controller $_SERVER munging success tar-based
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--ENV--
SCRIPT_NAME=/frontcontroller21.phar.php/index.php
REQUEST_URI=/frontcontroller21.phar.php/index.php?test=hi
--FILE_EXTERNAL--
frontcontroller12.phar.tar
--EXPECTHEADERS--
Content-type: text/html
--EXPECTF--
string(10) "/index.php"
string(%d) "phar://%sfrontcontroller21.phar.php/index.php"
string(%d) "phar://%sfrontcontroller21.phar.php/index.php"
string(18) "/index.php?test=hi"
string(37) "/frontcontroller21.phar.php/index.php"
string(37) "/frontcontroller21.phar.php/index.php"
string(%d) "%sfrontcontroller21.phar.php"
string(45) "/frontcontroller21.phar.php/index.php?test=hi"
|