Home
last modified time | relevance | path

Searched refs:read (Results 226 – 250 of 554) sorted by relevance

12345678910>>...23

/PHP-7.2/ext/xmlreader/tests/
H A Dbug73053.phpt16 while($xml->read());
H A D001.phpt16 while ($reader->read()) {
/PHP-7.2/ext/dba/tests/
H A Dbug72885.phpt2 Bug #72885 flatfile: dba_fetch() fails to read replaced entry
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt36 public function read($id) {
61 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/PHP-7.2/ext/oci8/tests/
H A Dlob_023.phpt2 oci_lob_import()/read()
43 var_dump(str_replace("\r", "", $row[0]->read(1024)));
/PHP-7.2/ext/phar/
H A Dshortarc.php121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
/PHP-7.2/ext/standard/tests/file/
H A D007_variation11-win32-mb.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_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 Dbug43008.phpt12 . "php://filter/read="
/PHP-7.2/ext/ldap/tests/
H A Dldap_get_option_package_basic.phpt14 // This is a read-only option.
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_next_variation002.phpt2 SPL: SplFileObject::next variation 002, read ahead
/PHP-7.2/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
/PHP-7.2/ext/exif/tests/bug72735/
H A Dbug72735.phpt2 Bug #72735 (Samsung picture thumb not read (zero size))
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_config_basic.phpt2 Tests DOMDocument::config read
/PHP-7.2/ext/gd/tests/
H A Dxpm2jpg.phpt13 die("skip xpm read support unavailable");
H A Dxpm2png.phpt13 die("skip xpm read support unavailable");
H A Dxbm2png.phpt12 die("skip xbm read support unavailable");
H A Dgif2jpg.phpt13 die("skip gif read support unavailable");
H A Dgif2png.phpt13 die("skip gif read support unavailable");
/PHP-7.2/ext/mbstring/tests/
H A Dbug72994.phpt2 Bug #72994 (mbc_to_code() out of bounds read)
/PHP-7.2/ext/standard/tests/streams/
H A Dbug60455_04.phpt3 read with EOL indication

Completed in 84 milliseconds

12345678910>>...23