felipe          Mon Jan  5 15:21:10 2009 UTC

  Modified files:              
    /php-src/sapi/cli/tests     002.phpt 003-2.phpt 003.phpt 013.phpt 
  Log:
  - Fixed tests
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/002.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/sapi/cli/tests/002.phpt
diff -u php-src/sapi/cli/tests/002.phpt:1.3 php-src/sapi/cli/tests/002.phpt:1.4
--- php-src/sapi/cli/tests/002.phpt:1.3 Sat Jan 20 22:12:45 2007
+++ php-src/sapi/cli/tests/002.phpt     Mon Jan  5 15:21:10 2009
@@ -17,6 +17,6 @@
 echo "Done\n";
 ?>
 --EXPECTF--    
-string(18) "string(5) "hello"
+string(19) "unicode(5) "hello"
 "
 Done
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/003-2.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/sapi/cli/tests/003-2.phpt
diff -u php-src/sapi/cli/tests/003-2.phpt:1.1 
php-src/sapi/cli/tests/003-2.phpt:1.2
--- php-src/sapi/cli/tests/003-2.phpt:1.1       Sun Apr 22 15:29:20 2007
+++ php-src/sapi/cli/tests/003-2.phpt   Mon Jan  5 15:21:10 2009
@@ -18,8 +18,8 @@
 ?>
 ===DONE===
 --EXPECTF--    
-string(16) "string(3) "111"
+string(17) "unicode(3) "111"
 "
-string(16) "string(3) "500"
+string(17) "unicode(3) "500"
 "
 ===DONE===
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/003.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/sapi/cli/tests/003.phpt
diff -u php-src/sapi/cli/tests/003.phpt:1.2 php-src/sapi/cli/tests/003.phpt:1.3
--- php-src/sapi/cli/tests/003.phpt:1.2 Sat Jan 20 22:12:45 2007
+++ php-src/sapi/cli/tests/003.phpt     Mon Jan  5 15:21:10 2009
@@ -20,13 +20,13 @@
 echo "Done\n";
 ?>
 --EXPECTF--    
-string(16) "string(3) "111"
+string(17) "unicode(3) "111"
 "
-string(16) "string(3) "500"
+string(17) "unicode(3) "500"
 "
-string(16) "string(3) "555"
+string(17) "unicode(3) "555"
 "
-string(40) "string(3) "555"
-string(10) "/test/path"
+string(42) "unicode(3) "555"
+unicode(10) "/test/path"
 "
 Done
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/013.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/sapi/cli/tests/013.phpt
diff -u php-src/sapi/cli/tests/013.phpt:1.3 php-src/sapi/cli/tests/013.phpt:1.4
--- php-src/sapi/cli/tests/013.phpt:1.3 Sat Jan 20 22:12:45 2007
+++ php-src/sapi/cli/tests/013.phpt     Mon Jan  5 15:21:10 2009
@@ -24,11 +24,11 @@
 echo "Done\n";
 ?>
 --EXPECTF--    
-string(18) "string(5) "start"
+string(19) "unicode(5) "start"
 "
-string(16) "string(3) "end"
+string(17) "unicode(3) "end"
 "
-string(34) "string(5) "start"
-string(3) "end"
+string(36) "unicode(5) "start"
+unicode(3) "end"
 "
 Done



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

Reply via email to