jani            Mon Oct  1 12:01:28 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/strings moneyformat.phpt 
  Log:
  - Added unicode result
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/strings/moneyformat.phpt
diff -u php-src/ext/standard/tests/strings/moneyformat.phpt:1.3 
php-src/ext/standard/tests/strings/moneyformat.phpt:1.4
--- php-src/ext/standard/tests/strings/moneyformat.phpt:1.3     Wed Jun  6 
17:47:15 2007
+++ php-src/ext/standard/tests/strings/moneyformat.phpt Mon Oct  1 12:01:28 2007
@@ -17,3 +17,9 @@
 
 Warning: money_format(): Only a single %ci or %cn token can be used in %s on 
line %d
 bool(false)
+--UEXPECTF--
+Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in 
/home/jani/src/php6/ext/standard/tests/strings/moneyformat.php on line 2
+unicode(7) "X$3.14Y"
+
+Warning: money_format(): Only a single %i or %n token can be used in 
/home/jani/src/php6/ext/standard/tests/strings/moneyformat.php on line 4
+bool(false)

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

Reply via email to