mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
c9fba10242
* PHP-8.0: Fix test XFAIL, update phar to use spl_autoload_register
19 lines
477 B
PHP
19 lines
477 B
PHP
--TEST--
|
|
Phar web-based phar with fatal error
|
|
--INI--
|
|
default_charset=UTF-8
|
|
--EXTENSIONS--
|
|
phar
|
|
--ENV--
|
|
SCRIPT_NAME=/fatal_error_webphar.php
|
|
REQUEST_URI=/fatal_error_webphar.php/index.php
|
|
PATH_INFO=/index.php
|
|
--FILE_EXTERNAL--
|
|
files/pear2coverage.phar
|
|
--EXPECTHEADERS--
|
|
Content-type: text/html; charset=UTF-8
|
|
--EXPECTF--
|
|
string(9) "\Web\View"
|
|
|
|
Parse error: syntax error, unexpected %s, expecting %s in phar://%r([A-Za-z]:)?%r/%sfatal_error_webphar.php/Web/View.php on line 380
|