mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
11 lines
123 B
PHP
11 lines
123 B
PHP
--TEST--
|
|
Phar::apiVersion
|
|
--EXTENSIONS--
|
|
phar
|
|
--FILE--
|
|
<?php
|
|
var_dump(Phar::apiVersion());
|
|
?>
|
|
--EXPECT--
|
|
string(5) "1.1.1"
|