dmitry          Mon Mar 27 10:15:02 2006 UTC

  Modified files:              
    /php-src/ext/standard/tests/strings strtr.phpt 
  Log:
  Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed 
testFixed test
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/strings/strtr.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/strtr.phpt
diff -u php-src/ext/standard/tests/strings/strtr.phpt:1.4 
php-src/ext/standard/tests/strings/strtr.phpt:1.5
--- php-src/ext/standard/tests/strings/strtr.phpt:1.4   Mon Dec 22 23:45:53 2003
+++ php-src/ext/standard/tests/strings/strtr.phpt       Mon Mar 27 10:15:02 2006
@@ -7,4 +7,6 @@
 var_dump(strtr("# hi all, I said hello world! #", $trans));
 ?>
 --EXPECT--
-string(32) "# hello All, I sAid hi planet! #"
\ No newline at end of file
+string(32) "# hello All, I sAid hi planet! #"
+--UEXPECT--
+unicode(32) "# hello All, I sAid hi planet! #"

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

Reply via email to