Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 478) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A D007_variation1.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation17.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation9.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
H A D007_variation11.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation12-win32.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation12.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation20.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgetcsv_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
52 // read the next line which is a blank line to see the working of fgetcsv
58 // read again to struck EOF
/PHP-5.5/ext/bz2/tests/
H A D002.phpt81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
99 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
126 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-5.5/ext/date/tests/
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)
/PHP-5.5/ext/session/tests/
H A Dbug31454.phpt11 array(&$arf, 'read'),
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc46 // read headers
70 // read content
/PHP-5.5/ext/oci8/tests/
H A Dlob_023.phpt2 oci_lob_import()/read()
43 var_dump($row[0]->read(1024));
/PHP-5.5/ext/phar/
H A Dshortarc.php121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_config_basic.phpt2 Tests DOMDocument::config read
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_next_variation002.phpt2 SPL: SplFileObject::next variation 002, read ahead
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_04.phpt3 read with EOL indication
/PHP-5.5/ext/gd/tests/
H A Dgif2jpg.phpt13 die("skip gif read support unavailable");
H A Dgif2png.phpt13 die("skip gif read support unavailable");
H A Dxbm2png.phpt12 die("skip xbm read support unavailable");
/PHP-5.5/ext/xmlreader/tests/
H A D001.phpt16 while ($reader->read()) {

Completed in 22 milliseconds

12345678910>>...20