Home
last modified time | relevance | path

Searched refs:read (Results 151 – 175 of 503) sorted by relevance

12345678910>>...21

/PHP-5.6/ext/standard/tests/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 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 …]
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 D007_variation16.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation24.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
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 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 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 Dfgetcsv_variation21.phpt11 Testing fgetcsv() to read a file containing blank line when provided with
40 // close the file if the mode to be used is read mode and re-open using read mode
54 // read the line which is a blank line to see the working of fgetcsv
/PHP-5.6/ext/standard/tests/strings/
H A Dbug72703.phpt2 Bug #72703 Out of bounds global memory read in BF_crypt triggered by password_verify
/PHP-5.6/ext/xmlreader/examples/
H A Dxmlreader_string.php15 while ($reader->read()) {
H A Dxmlreader_validatedtd.php8 while($xml->read()) {
/PHP-5.6/Zend/tests/
H A Dbug69420.phpt2 Bug #69420 (Invalid read in zend_std_get_method)
/PHP-5.6/ext/zlib/tests/
H A Dgzopen_variation4.phpt49 // should read dir2 file
60 //should now read dir1 file
71 //should still read dir1 file
80 //should read the file in working dir
91 //should read the file in script dir
/PHP-5.6/ext/gd/tests/
H A Dbug72482.phpt2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
/PHP-5.6/ext/oci8/tests/
H A Dlob_004.phpt42 var_dump($row[0]->read(10000));
52 var_dump($row[0]->read(10000));
/PHP-5.6/ext/spl/examples/
H A Ddbaarray.inc23 * Open database $file with $handler in read only mode.
47 * @param $name key to read from
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
76 Close the server side socket and read the remaining data from the client:
/PHP-5.6/ext/exif/tests/
H A Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/PHP-5.6/ext/opcache/tests/
H A Dbug64482.phpt12 include 'php://filter/read=string.toupper/resource=bug64482.inc';
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
/PHP-5.6/ext/phar/tests/
H A Dbug69324.phpt2 Bug #69324: Buffer Over-read in unserialize when parsing Phar

Completed in 37 milliseconds

12345678910>>...21