mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
13 lines
180 B
PHP
13 lines
180 B
PHP
--TEST--
|
|
Phar: phar run with ext/phar with default stub
|
|
--EXTENSIONS--
|
|
phar
|
|
--FILE--
|
|
<?php
|
|
include __DIR__ . '/files/nophar.phar';
|
|
?>
|
|
--EXPECT--
|
|
in b
|
|
<?php include "b/c.php";
|
|
in d
|