We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd6bb6 commit 36e2d26Copy full SHA for 36e2d26
ext/com_dotnet/tests/variants_x64.phpt
@@ -3,7 +3,10 @@ COM: General variant tests
3
--SKIPIF--
4
<?php # vim:ft=php
5
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
6
-if (8 != PHP_INT_SIZE) print "skip x64 only"; ?>
+if (8 != PHP_INT_SIZE) print "skip x64 only";
7
+if ((string) variant_cat(new VARIANT(false), new VARIANT(0.5)) != 'False0.5')
8
+ print "skip English locale only";
9
+?>
10
--FILE--
11
<?php // $Id$
12
error_reporting(E_ALL);
0 commit comments