From: Anatol Belski Date: Fri, 29 May 2015 09:45:20 +0000 (+0200) Subject: add test X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f46fa376bc3452617fa566917320237b687fd7e;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==