]> granicus.if.org Git - php/commitdiff
MFB: fix test
authorNuno Lopes <nlopess@php.net>
Thu, 9 Nov 2006 16:38:55 +0000 (16:38 +0000)
committerNuno Lopes <nlopess@php.net>
Thu, 9 Nov 2006 16:38:55 +0000 (16:38 +0000)
ext/filter/tests/033_run.inc

index c77d888ac4a6a87db03f9af707a1209dc6439a81..e3b67387ca2a95e38bdc1d50efd720c4bc702fe5 100644 (file)
@@ -1,7 +1,12 @@
 <?php
+if (function_exists('setlocale')) {
+       setlocale(LC_ALL, 'C');
+}
+
 function test($data) {
   return strtoupper($data);
 }
+
 $data = array(
        "PHP",
        "1",