zoe             Tue Jun  5 07:55:52 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/file    fgetc_basic.phpt 
  Log:
  Updated test output in line with changes to file.inc
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fgetc_basic.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/file/fgetc_basic.phpt
diff -u php-src/ext/standard/tests/file/fgetc_basic.phpt:1.2 
php-src/ext/standard/tests/file/fgetc_basic.phpt:1.3
--- php-src/ext/standard/tests/file/fgetc_basic.phpt:1.2        Fri May 25 
13:50:05 2007
+++ php-src/ext/standard/tests/file/fgetc_basic.phpt    Tue Jun  5 07:55:52 2007
@@ -544,8 +544,6 @@
 --UEXPECTF--
 *** Testing fgetc() : basic operations ***
 --- Outerloop iteration 1 ---
-
-Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream 
runtime_encoding in %s on line %d
 -- Innerloop iteration 1 of Outerloop Iteration 1 --
 -- Testing fgetc() : file opened using r mode --
 string(1) "2"
@@ -703,8 +701,6 @@
 bool(false)
 resource(13) of type (stream)
 --- Outerloop iteration 2 ---
-
-Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream 
runtime_encoding in %s on line %d
 -- Innerloop iteration 1 of Outerloop Iteration 2 --
 -- Testing fgetc() : file opened using r mode --
 string(1) "t"
@@ -862,8 +858,6 @@
 bool(false)
 resource(21) of type (stream)
 --- Outerloop iteration 3 ---
-
-Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream 
runtime_encoding in %s on line %d
 -- Innerloop iteration 1 of Outerloop Iteration 3 --
 -- Testing fgetc() : file opened using r mode --
 string(1) "l"
@@ -1026,4 +1020,4 @@
 int(6)
 bool(false)
 resource(29) of type (stream)
-Done
\ No newline at end of file
+Done

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

Reply via email to