pajoye          Thu Aug 21 12:38:34 2008 UTC

  Modified files:              
    /php-src/ext/standard/tests/general_functions       
                                                        var_export-locale.phpt 
  Log:
  - "fix" crash on windows
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/var_export-locale.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/general_functions/var_export-locale.phpt
diff -u php-src/ext/standard/tests/general_functions/var_export-locale.phpt:1.3 
php-src/ext/standard/tests/general_functions/var_export-locale.phpt:1.4
--- php-src/ext/standard/tests/general_functions/var_export-locale.phpt:1.3     
Fri Jun 13 13:43:55 2008
+++ php-src/ext/standard/tests/general_functions/var_export-locale.phpt Thu Aug 
21 12:38:34 2008
@@ -4,13 +4,13 @@
 precision=14
 --SKIPIF--
 <?php
-if (!setlocale(LC_ALL, 
"de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8")) {
+if (!setlocale(LC_ALL, "german", 
"de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8")) {
         die("skip locale needed for this test is not supported on this 
platform");
 }
 ?>
 --FILE--
 <?php
-setlocale(LC_ALL, 
"de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8");
+setlocale(LC_ALL, "german", 
"de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8");
 /* Prototype: mixed var_export( mixed expression [, bool return]);
  * Description: Returns the variable representation when the return parameter 
is used and evaluates to TRUE. Otherwise, this function will return NULL.
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to