Home
last modified time | relevance | path

Searched refs:read (Results 126 – 150 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dfread_variation3-win32.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
14 Reading stops when up to length bytes have been read, EOF (end of file) is
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
24 bytes are read.
26 $read_size : No. of bytes to be read.
28 Returns: returns the data read
31 // print file pointer position before read
35 // read the data of size $read_size
39 // check if data read is of expected size
45 // file pointer position after read
[all …]
H A Dfread_variation3.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
14 Reading stops when up to length bytes have been read, EOF (end of file) is
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
24 bytes are read.
26 $read_size : No. of bytes to be read.
28 Returns: returns the data read
31 // print file pointer position before read
35 // read the data of size $read_size
39 // check if data read is of expected size
45 // file pointer position after read
[all …]
H A Dfread_variation4-win32.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
14 Reading stops when up to length bytes have been read, EOF (end of file) is
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
24 bytes are read.
26 $read_size : No. of bytes to be read.
28 Returns: returns the data read
31 // print file pointer position before read
35 // read the data of size $read_size
39 // check if data read is of expected size
45 // file pointer position after read
[all …]
H A Dfputcsv_variation3.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation8.phpt17 /* the array is with three elements in it. Each element should be read as
H A Dfread_variation4.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
14 Reading stops when up to length bytes have been read, EOF (end of file) is
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
24 bytes are read.
26 $read_size : No. of bytes to be read.
28 Returns: returns the data read
31 // print file pointer position before read
35 // read the data of size $read_size
39 // check if data read is of expected size
45 // file pointer position after read
[all …]
H A Dfopen_variation10-win32.phpt69 echo "file not opened for read\n";
99 file not opened for read
106 file not opened for read
113 file not opened for read
123 file not opened for read
145 file not opened for read
H A Dfopen_variation11-win32.phpt68 echo "file not opened for read\n";
97 file not opened for read
104 file not opened for read
111 file not opened for read
121 file not opened for read
143 file not opened for read
H A Dfopen_variation14-win32.phpt57 $readData = "read:$iteration";
60 // create the file and test read
H A Dfopen_variation14.phpt49 $readData = "read:$iteration";
52 // create the file and test read
H A Dfopen_variation15-win32.phpt61 $readData = "read:$iteration";
64 // create the file and test read
H A Dfopen_variation15.phpt53 $readData = "read:$iteration";
56 // create the file and test read
H A Dfopen_variation16.phpt2 Test fopen() function : variation: use include path create and read a file (relative)
H A Dfopen_variation17.phpt2 Test fopen() function : variation: use include path create and read a file (relative)
H A Dfopen_variation5.phpt70 // should read dir2 file
81 //should now read dir1 file
92 //should still read dir1 file
101 //should read the file in working dir
112 //should read the file in script dir
H A Dfopen_variation8.phpt69 // should read dir2 file
80 //should now read dir1 file
91 //should read the dir1 file
100 //should read the working dir file
111 //should read the file in script dir
H A Dfputcsv_variation1.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation10.phpt15 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation11.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation12.phpt15 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation13.phpt15 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation14.phpt2 Test fputcsv() : usage variations - with enclosure & delimiter of two chars(read only modes)
11 of two chars is provided and file is opened in read only mode */
13 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
15 /* the array is with three elements in it. Each element should be read as
85 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
H A Dfopencookie.phpt22 public $data = "If you can read this, it worked";
88 If you can read this, it worked
H A Dfpassthru_variation.phpt61 /* Opening the file in binary read mode */
H A Dfputcsv_variation2.phpt14 /* the array is with three elements in it. Each element should be read as

Completed in 95 milliseconds

12345678910>>...20