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

12 lines
124 B
PHP

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