Home
last modified time | relevance | path

Searched refs:read (Results 101 – 125 of 478) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/standard/tests/image/
H A Dbug67250.phpt2 Bug #67250 (iptcparse out-of-bounds read)
/PHP-5.5/ext/xmlreader/examples/
H A Dxmlreader_relaxNG.php11 while ($reader->read()) {
/PHP-5.5/ext/standard/tests/file/
H A D007_variation14.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgets_socket_variation1.phpt37 echo "\n\nClose the server side socket and read the remaining data from the client\n";
61 Close the server side socket and read the remaining data from the client
H A Dfgetcsv_variation23.phpt10 /* Testing fgetcsv() to read from an empty file */
15 // create the file and then open in read mode and try reading
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 D007_variation13-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation15.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation23.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation7.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_001.phpt28 public function read($key) {
31 return parent::read($key);
H A Dsession_set_save_handler_class_013.phpt28 public function read($key) {
31 return parent::read($key);
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_sid_001.phpt30 public function read($id) {
58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_sid_002.phpt30 public function read($id) {
58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT13 explicit claim or by omission. Since few users ever read sources,
18 ever read sources, credits must appear in the documentation.
/PHP-5.5/ext/oci8/tests/
H A Dlob_008.phpt2 oci_lob_write()/read()/eof()
40 $len += strlen($row[0]->read(1024));
H A Dlob_009.phpt2 oci_lob_import()/read()
38 var_dump($row[0]->read(1024));
/PHP-5.5/ext/zip/
H A DTODO3 - crypt support for zip (read and write)
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_read.phpt2 DBA CDB handler test (read only)
14 // read key sequence

Completed in 28 milliseconds

12345678910>>...20