mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
There are probably some improvements we can do to the SPL implementation now that __autoload() is gone. In particular having EG(autoload_func) as a property zend function, rather than a simple callback probably doesn't make sense.
22 lines
688 B
PHP
22 lines
688 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
|
|
--SKIPIF--
|
|
<?php if (!extension_loaded("phar")) die("skip"); ?>
|
|
--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
|