summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-26 16:27:45 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-26 16:27:45 +0200
commit36e2d26adbecce264ba90bb7d479c9de95e9ca8e (patch)
treef9ffc77bd315270bb9075434715071bfcd0b11e1 /ext/com_dotnet
parent3bd6bb6f50e4d4191dba7fb91df45a1e18c682b8 (diff)
downloadphp-git-36e2d26adbecce264ba90bb7d479c9de95e9ca8e.tar.gz
restricted test to English locale (fails otherwise)
Diffstat (limited to 'ext/com_dotnet')
-rw-r--r--ext/com_dotnet/tests/variants_x64.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/com_dotnet/tests/variants_x64.phpt b/ext/com_dotnet/tests/variants_x64.phpt
index 1c75a9da79..efc0c83eeb 100644
--- a/ext/com_dotnet/tests/variants_x64.phpt
+++ b/ext/com_dotnet/tests/variants_x64.phpt
@@ -3,7 +3,10 @@ COM: General variant tests
--SKIPIF--
<?php # vim:ft=php
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
-if (8 != PHP_INT_SIZE) print "skip x64 only"; ?>
+if (8 != PHP_INT_SIZE) print "skip x64 only";
+if ((string) variant_cat(new VARIANT(false), new VARIANT(0.5)) != 'False0.5')
+ print "skip English locale only";
+?>
--FILE--
<?php // $Id$
error_reporting(E_ALL);