From: Anatol Belski Date: Sun, 31 May 2015 16:13:33 +0000 (+0200) Subject: add test X-Git-Tag: php-5.5.27RC1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05351f9ccb68619879d80110ea744cd411634cd4;p=php add test --- diff --git a/ext/standard/tests/php_version_win_const.phpt b/ext/standard/tests/php_version_win_const.phpt new file mode 100644 index 0000000000..12de79b1ae --- /dev/null +++ b/ext/standard/tests/php_version_win_const.phpt @@ -0,0 +1,18 @@ +--TEST-- +Check that windows version constants are initialized +--SKIPIF-- + +--FILE-- + 0, PHP_WINDOWS_VERSION_MAJOR, PHP_WINDOWS_VERSION_MINOR); +?> +==DONE== +--EXPECTF-- +bool(true) +int(%d) +int(%d) +==DONE==