Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_variation3.phpt13 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
24 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dbug60634_error_2.phpt23 function read($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt23 function read($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt24 public function read($id);
45 public function read($id) {
76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug60634_error_3.phpt23 function read($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.phpt23 function read($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A D004.phpt27 function read($key)
56 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
68 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D005.phpt28 function read($key)
57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
84 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D025.phpt29 function read($key)
58 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
72 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
88 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
/PHP-7.4/ext/zip/tests/
H A Dpecl12414.phpt32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
37 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
/PHP-7.4/ext/xmlreader/tests/
H A Dbug71805.phpt15 while (($lastRead = $XR->read()) && ($XR->name !== 'records'));
16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
H A D007.phpt17 while ($reader->read());
32 while ($reader->read());
/PHP-7.4/ext/oci8/tests/
H A Dbug35973.phpt28 var_dump($d->read(5));
29 var_dump($d->read(4));
/PHP-7.4/ext/standard/tests/file/
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: false
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
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: false
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
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: false
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
53 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Drename_variation7-win32.phpt31 Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.l…
34 Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.l…
/PHP-7.4/ext/standard/tests/strings/
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
38 var_dump( $d->read() ); // with previous handle
41 var_dump( $e->read() ); // with current handle
H A Ddir_variation4-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
44 var_dump( $d->read() ); // with previous handle
47 var_dump( $e->read() ); // with current handle
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs12_export_basic.phpt20 var_dump(openssl_pkcs12_export($cert, $output, $priv, $pass)); // read certs as a string
22 var_dump(openssl_pkcs12_export($cert_path, $output, $priv_path, $pass)); // read certs from a filen…
24 var_dump(openssl_pkcs12_export($cert_res, $output, $priv_res, $pass)); // read certs from a resource
/PHP-7.4/ext/standard/tests/image/
H A Dbug67250.phpt2 Bug #67250 (iptcparse out-of-bounds read)
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug54028.phpt2 Bug #54028 Directory::read() cannot handle non-unicode chars properly
29 while (false !== ($content = $directory->read())) {
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
31 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Nothing to read
35 … strlen("incomplete line"), $eol)); // EOL not found but $length has been read, return incomplete …

Completed in 23 milliseconds

12345678910>>...23