1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/standard/tests/versioning/phpversion.phpt
2014-09-04 20:13:43 +02:00

13 lines
122 B
PHP

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