Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation1.phpt61 /* read entire file and strip tags */
63 var_dump( fgetss($file_handle) ); // expected : no character should be read
84 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
94 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
104 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
114 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
124 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
134 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
144 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
154 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
H A Dfgetss_variation2.phpt2 Test fgetss() function : usage variations - read modes
13 /*Test fgetss() with all read modes , reading line by line with allowable tags: <test>, <html>, <?>…
53 /* rewind the file and read the file line by line with allowable tags */
H A Dfgetss_variation3-win32.phpt2 Test fgetss() function : usage variations - read/write modes
16 /* try fgetss on files which are opened in read/write modes
64 /* rewind the file and read the file line by line with allowable tags */
H A Dfgetss_variation3.phpt2 Test fgetss() function : usage variations - read/write modes
16 /* try fgetss on files which are opened in read/write modes
60 /* rewind the file and read the file line by line with allowable tags */
H A Dfgets_variation3.phpt2 Test fgets() function : usage variations - read with/without length
H A Dfgets_variation4-win32.phpt2 Test fgets() function : usage variations - seek n read
H A Dfgets_variation4.phpt2 Test fgets() function : usage variations - seek n read
H A Dfgets_variation5.phpt2 Test fgets() function : usage variations - read beyond filesize
38 /* read with length beyong file size */
H A Dfgetss_basic1.phpt2 Test fgetss() function : Basic functionality - read modes only
10 /* test fgetss with all read modes */
45 /* read entire file and strip tags */
52 /* read entire file and strip tags tags */
H A Dfgetss_basic2-win32.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
57 /* read entire file and strip tags */
64 /* read entire file and strip tags tags */
H A Dfgetss_basic2.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
55 /* read entire file and strip tags */
62 /* read entire file and strip tags tags */
H A Dfgetss_variation4.phpt2 Test fgetss() function : usage variations - read modes, file pointer at EOF
59 var_dump( fgetss($file_handle) ); // try to read
H A Dfgetss_variation5-win32.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
16 /* try fgetss on files which are opened in read/write modes
64 var_dump( fgetss($file_handle) ); // try to read
H A Dfgetss_variation5.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
16 /* try fgetss on files which are opened in read/write modes
61 var_dump( fgetss($file_handle) ); // try to read
H A Dfile.inc24 $mode = Mode as specified in fopen call, read documentation of fopen() call for more info
H A Dfeof_basic.phpt25 //feof is not set to true until you try to read past the end of file.
27 //last time to set the eof flag but it will fail to read.
46 echo "*** testing feof on unclosed file after a read ***\n";
90 *** testing feof on unclosed file after a read ***
H A Dfflush_variation4.phpt2 Test fflush() function: usage variations - file opened in read-only mode
9 /* test fflush() with handle to a file opened in read-only mode as resource */
14 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
30 // opening the file in different read modes
44 *** Testing fflush(): with file handles of files opened in various read modes ***
H A Dfgetc_basic.phpt13 /* read charecter from different files which are opened in different modes */
43 // perform the read file at least 6 char and check
45 // read data from the file and check, file pointer position, feof etc
46 var_dump( fgetc($file_handle) ); // read a char
H A Dfgetc_variation1.phpt2 Test fgetc() function : usage variations - read when file pointer at EOF
19 // loop to check the file opened in different read modes
36 var_dump( fgetc($file_handle) ); // try n read a char, none expected
H A Dfgetc_variation2.phpt26 // read from closed file
H A Dfgetc_variation3.phpt38 // read from file
39 var_dump( fgetc($file_handle) ); // expected : no chars should be read
H A Dfgetc_variation4.phpt2 Test fgetc() function : usage variations - different read modes
10 /* read from fie using fgetc, file opened using different
11 read read modes */
14 echo "-- Testing fgetc() with files opened with different read modes --\n";
37 // read from file, at least 7 chars
55 -- Testing fgetc() with files opened with different read modes --
H A Dfgetcsv_variation10.phpt14 /* the array is with three elements in it. Each element should be read as
55 // this will be used to test, if the fgetcsv() read more than a line and its
56 // working when only a blank line is read
60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation11.phpt11 present in the data being read and delimiter which is present in the data */
15 /* the array is with three elements in it. Each element should be read as
56 // this will be used to test, if the fgetcsv() read more than a line and its
57 // working when only a blan line is read
61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation12.phpt2 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append mod…
14 /* the array is with three elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blank line is read
59 // close the file if the mode to be used is read mode and re-open using read mode

Completed in 68 milliseconds

12345678910>>...20