Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/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: false
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
72 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
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: false
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation19.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation3.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
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_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 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 D007_variation8.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…
/PHP-7.4/ext/session/tests/
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
H A Dbug74936.phpt2 Bug #74936 session_cache_expire() triggers a warning in read mode.
H A Dsession_set_save_handler_variation5.phpt19 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
37 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
46 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
H A Dbug60634.phpt22 function read($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_sid_001.phpt30 public function read($id) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_basic.phpt16 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-7.4/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
/PHP-7.4/ext/zip/examples/
H A Dodt.php7 while ($reader->read()) {
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt28 echo "Writing to read-only stream\n";
60 Writing to read-only stream
62 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dbug72241.phpt2 Bug #72241: get_icu_value_internal out-of-bounds read
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug77380.phpt2 Bug #77380 (Global out of bounds read in xmlrpc base64 code)
/PHP-7.4/ext/sockets/tests/
H A Dmcast_helpers.php.inc6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
/PHP-7.4/ext/oci8/tests/
H A Dlob_009.phpt2 oci_lob_import()/read()
38 var_dump(str_replace("\r", "", $row[0]->read(1024)));
H A Dlob_037.phpt58 var_dump($rows[0]['BLOB']->read(1000));
59 var_dump($rows[1]['BLOB']->read(1000));
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb_read.phpt2 DBA CDB handler test (read only)
14 // read key sequence
/PHP-7.4/ext/exif/tests/bug72819/
H A Dbug72819.phpt2 Bug #72819 (EXIF thumbnails not read anymore)

Completed in 41 milliseconds

12345678910>>...23