1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/standard/tests/versioning/phpversion.phpt
Gabriel Caruso 9a4cc52c23 Remove superfluous PHP version check in tests
Also remove tests that target only old PHP versions.
2018-02-04 16:58:54 +01:00

13 lines
124 B
PHP

--TEST--
phpversion test
--FILE--
<?php
print phpversion();
print "\n";
print phpversion('standard');
?>
--EXPECTF--
%s
%s