mirror of
https://github.com/php/php-src.git
synced 2026-04-20 14:31:06 +02:00
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"
|