]> granicus.if.org Git - php/commitdiff
restricted test to English locale (fails otherwise)
authorChristoph M. Becker <cmb@php.net>
Fri, 26 Jun 2015 14:27:45 +0000 (16:27 +0200)
committerChristoph M. Becker <cmb@php.net>
Fri, 26 Jun 2015 14:27:45 +0000 (16:27 +0200)
ext/com_dotnet/tests/variants_x64.phpt

index 1c75a9da7907e6a7c1bc92124cf39ded42577f48..efc0c83eebb5699a83b608637ab58cc962146db0 100644 (file)
@@ -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);