mirror of
https://github.com/php/php-src.git
synced 2026-04-18 13:31:27 +02:00
22 lines
644 B
PHP
22 lines
644 B
PHP
--TEST--
|
|
Phar web-based phar with fatal error
|
|
--XFAIL--
|
|
Uses no longer supported __autoload() function, new phar needed
|
|
--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--
|
|
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in %s on line %d
|
|
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
|