mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
f907a009f9
Closes GH-11913
19 lines
566 B
PHP
19 lines
566 B
PHP
--TEST--
|
|
Phar front controller phps zip-based
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.require_hash=0
|
|
--EXTENSIONS--
|
|
phar
|
|
zlib
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller3.phar.php
|
|
REQUEST_URI=/frontcontroller3.phar.php/a.phps
|
|
PATH_INFO=/a.phps
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller.phar.zip
|
|
--EXPECTHEADERS--
|
|
Content-type: text/html; charset=UTF-8
|
|
--EXPECT--
|
|
<pre><code style="color: #000000"><span style="color: #0000BB"><?php </span><span style="color: #007700">function </span><span style="color: #0000BB">hio</span><span style="color: #007700">(){}</span></code></pre>
|