mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Updated test output in line with changes to file.inc
This commit is contained in:
parent
bcb5c46495
commit
c7590816d5
3 changed files with 2 additions and 16 deletions
|
@ -544,8 +544,6 @@ Done
|
|||
--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 @@ int(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 @@ int(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 @@ unicode(1) "l"
|
|||
int(6)
|
||||
bool(false)
|
||||
resource(29) of type (stream)
|
||||
Done
|
||||
Done
|
||||
|
|
|
@ -79,7 +79,7 @@ rmdir("$file_path/dir/subdir");
|
|||
rmdir("$file_path/dir");
|
||||
|
||||
echo "\n*** Done ***";
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing fileinode() with files, links and directories ***
|
||||
-- Testing with files --
|
||||
|
@ -107,10 +107,6 @@ echo "\n*** Done ***";
|
|||
--UEXPECTF--
|
||||
*** Testing fileinode() with files, links and directories ***
|
||||
-- Testing with files --
|
||||
|
||||
Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d
|
||||
|
||||
Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d
|
||||
%d
|
||||
%d
|
||||
-- Testing with links: hard link --
|
||||
|
|
|
@ -73,10 +73,6 @@ fifo
|
|||
*** Done ***
|
||||
--UEXPECTF--
|
||||
*** Testing filetype() with various types ***
|
||||
|
||||
Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d
|
||||
|
||||
Notice: fwrite(): 1024 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d
|
||||
-- Checking with files --
|
||||
file
|
||||
file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue