msopacua                Thu Oct 10 11:27:11 2002 EDT

  Modified files:              
    /php4/ext/ctype/tests       002.phpt 
  Log:
  Fix platform dependencies, setlocale output, bug #19836
  
  
Index: php4/ext/ctype/tests/002.phpt
diff -u php4/ext/ctype/tests/002.phpt:1.4 php4/ext/ctype/tests/002.phpt:1.5
--- php4/ext/ctype/tests/002.phpt:1.4   Thu May 16 17:55:26 2002
+++ php4/ext/ctype/tests/002.phpt       Thu Oct 10 11:27:11 2002
@@ -35,8 +35,8 @@
 ctype_test_002("ctype_xdigit");
 
 ?>
---EXPECT--
-LOCALE is 'C'
+--EXPECTF--
+LOCALE is '%s'
 ctype_lower 26 26 0
 ctype_upper 26 26 0
 ctype_alpha 52 52 0



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

Reply via email to