mirror of
https://github.com/php/php-src.git
synced 2026-04-17 21:11:02 +02:00
Current run-tests.php script produces the `*.php` files from the *.phpt. So all *.php files in tests folders are ignored by Git. To avoid confusion and to for bettere consistency this patch renames two remaining tests/*/*.php files to *.inc and *.phar as current practice in *.phpt files. - The `ext/curl/tests/resonder/get.php` to .inc extension - The `ext/phar/tests/files/pear2coverage.phar.php` to .phar extension
20 lines
614 B
PHP
20 lines
614 B
PHP
--TEST--
|
|
Phar web-based phar with fatal error
|
|
--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
|