Home
last modified time | relevance | path

Searched refs:read (Results 101 – 125 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation2.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation3.phpt12 Description: Tells file pointer read/write position
19 1. All read and append modes
H A Dfseek_ftell_rewind_variation4-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation4.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation5.phpt12 Description: Tells file pointer read/write position
19 1. All read and append modes
H A Dfseek_ftell_rewind_variation6-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation6.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation7.phpt12 Description: Tells file pointer read/write position
19 1. All read and append modes
H A Dfseek_ftell_rewind_basic1.phpt12 Description: Tells file pointer read/write position
18 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
H A Dfseek_ftell_rewind_variation1.phpt12 Description: Tells file pointer read/write position
19 1. All read and append modes
H A Dfseek_ftell_rewind_variation8-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation8.phpt17 Description: Tells file pointer read/write position
H A Dfscanf_variation51.phpt11 /* Test fscanf() to scan a file for read when file is opened inwrite only mode */
15 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
69 *** Test fscanf(): to read from a file opened in write only mode ***
H A Dfscanf_variation52.phpt15 echo "*** Test fscanf(): to read an empty file ***\n";
22 // various read modes
67 *** Test fscanf(): to read an empty file ***
H A Dfscanf_variation53.phpt11 /* Test fscanf() to read a file when file pointer is pointing to EOF */
15 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n";
22 // various read modes
82 *** Test fscanf(): to read a file when file pointer is pointing to EOF ***
H A Dfputcsv_variation4.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation5.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation6.phpt17 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation7.phpt17 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation9.phpt15 /* the array is with three elements in it. Each element should be read as
H A Dfread_basic.phpt8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
57 /* read file by giving the acutal length, check the length and content by calculating the
71 /* read file by giving size more than its size */
H A Dfread_error.phpt8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_fwrite_basic.phpt16 Reading stops when up to length bytes have been read, EOF (end of file) is
18 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_variation1.phpt2 Test fread() function : usage variations - read some/all chars, read/write modes
22 bytes are read.
24 $read_size : No. of bytes to be read.
26 Returns: returns the data read
29 // print file pointer position before read
33 // read the data of size $read_size
37 // check if data read is of expected size
43 // file pointer position after read
83 // read from file, by giving the file actual size,
85 // calculate the hash and dump it, if data read, expecting here no data was read
[all …]
H A Dfread_variation2.phpt8 Reading stops when up to length bytes have been read, EOF (end of file) is
20 bytes are read.
22 $read_size : No. of bytes to be read.
24 Returns: returns the data read
27 // print file pointer position before read
31 // read the data of size $read_size
35 // check if data read is of expected size
41 // file pointer position after read
82 // read from file, by giving the file actual size,
84 // calculate the hash and dump it, if data read, expecting here no data was read
[all …]

Completed in 29 milliseconds

12345678910>>...20