Home
last modified time | relevance | path

Searched refs:read (Results 76 – 100 of 554) sorted by relevance

12345678910>>...23

/PHP-7.2/ext/oci8/tests/
H A Dlob_temp.phpt17 var_dump($blob->read(2));
25 var_dump($blob->read(2));
H A Dlob_020.phpt2 oci_lob_write()/erase()/read() with CLOBs
40 var_dump($row[0]->read(2));
41 var_dump($row[0]->read(5));
42 var_dump($row[0]->read(50));
85 string(50) "is st string. why are you read"
H A Dbug35973.phpt28 var_dump($d->read(5));
29 var_dump($d->read(4));
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_variation2.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
22 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dsession_set_save_handler_variation4.phpt18 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
34 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
44 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
H A Dsession_set_save_handler_variation6.phpt18 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
51 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
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 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_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 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…
/PHP-7.2/ext/openssl/tests/
H A Dbug72333.phpt23 $read = [$conn];
24 while (stream_select($read, $write, $except, 1)) {
49 while (stream_select($read, $write, $except, 1)) {
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.2/ext/standard/tests/file/
H A Dfopen_variation5.phpt70 // should read dir2 file
81 //should now read dir1 file
92 //should still read dir1 file
101 //should read the file in working dir
112 //should read the file in script dir
H A Dfopen_variation8.phpt69 // should read dir2 file
80 //should now read dir1 file
91 //should read the dir1 file
100 //should read the working dir file
111 //should read the file in script dir
H A Dfile_get_contents_variation4.phpt28 fwrite($h, "contents read");
186 string(%d) "contents read"
189 string(%d) "contents read"
240 string(%d) "contents read"
243 string(%d) "contents read"
247 string(%d) "contents read"
250 string(%d) "contents read"
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.2/ext/zlib/tests/
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
/PHP-7.2/ext/zip/tests/
H A Dpecl12414.phpt32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-7.2/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.2/ext/xmlreader/tests/
H A Dbug71805.phpt15 while (($lastRead = $XR->read()) && ($XR->name !== 'records'));
16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
/PHP-7.2/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 22 milliseconds

12345678910>>...23