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 00000000000..12de79b1aed --- /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==