Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-5.3/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-5.3/ext/date/tests/
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)
/PHP-5.3/ext/standard/tests/file/
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
H A Dfopencookie.phpt22 public $data = "If you can read this, it worked";
88 If you can read this, it worked
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.
/PHP-5.3/ext/session/tests/
H A Dbug31454.phpt11 array(&$arf, 'read'),
/PHP-5.3/ext/oci8/tests/
H A Dlob_023.phpt2 oci_lob_import()/read()
43 var_dump($row[0]->read(1024));
H A Dlob_042.phpt36 var_dump($blob->read(2));
64 Warning: OCI-Lob::read(): Offset must be less than size of the LOB in %s on line %d
/PHP-5.3/ext/standard/tests/http/
H A Dserver.inc46 // read headers
70 // read content
/PHP-5.3/ext/phar/
H A Dshortarc.php121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
/PHP-5.3/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_config_basic.phpt2 Tests DOMDocument::config read
/PHP-5.3/ext/xmlreader/tests/
H A D001.phpt16 while ($reader->read()) {
/PHP-5.3/ext/gd/tests/
H A Dxbm2png.phpt12 die("skip xbm read support unavailable");
H A Dxpm2jpg.phpt13 die("skip xpm read support unavailable");
H A Dgif2jpg.phpt13 die("skip gif read support unavailable");
H A Dgif2png.phpt13 die("skip gif read support unavailable");
H A Dxpm2png.phpt13 die("skip xpm read support unavailable");
/PHP-5.3/ext/standard/tests/streams/
H A Dbug60455_04.phpt3 read with EOL indication
H A Dstream_get_meta_data_socket_variation1.phpt30 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
97 Close the server side socket and read the remaining data from the client:

Completed in 107 milliseconds

12345678910>>...18