From: Christoph M. Becker Date: Fri, 26 Jun 2015 14:27:45 +0000 (+0200) Subject: restricted test to English locale (fails otherwise) X-Git-Tag: php-7.1.0alpha3~25^2~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36e2d26adbecce264ba90bb7d479c9de95e9ca8e;p=php restricted test to English locale (fails otherwise) --- 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-- +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--