Home
last modified time | relevance | path

Searched refs:read (Results 51 – 75 of 433) sorted by relevance

12345678910>>...18

/PHP-5.3/ext/oci8/tests/
H A Dlob_003.phpt42 var_dump($row[0]->read(-1));
43 var_dump($row[0]->read(10000));
73 Warning: OCI-Lob::read(): Length parameter must be greater than 0 in %s on line %d
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-5.3/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt69 echo "file not opened for read\n";
99 file not opened for read
106 file not opened for read
113 file not opened for read
123 file not opened for read
145 file not opened for read
H A Dfopen_variation11-win32.phpt68 echo "file not opened for read\n";
97 file not opened for read
104 file not opened for read
111 file not opened for read
121 file not opened for read
143 file not opened for read
H A Dfgetc_variation4.phpt2 Test fgetc() function : usage variations - different read modes
10 /* read from fie using fgetc, file opened using different
11 read read modes */
14 echo "-- Testing fgetc() with files opened with different read modes --\n";
37 // read from file, at least 7 chars
55 -- Testing fgetc() with files opened with different read modes --
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 Drename_variation7-win32.phpt31 Warning: readlink(): readlink failed to read the symbolic link (%s), error 2) in %s on line %d
34 Warning: readlink(): readlink failed to read the symbolic link (%s), error 2) in %s on line %d
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"
/PHP-5.3/tests/classes/
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
25 Fail to read class constant from instance.
/PHP-5.3/ext/session/tests/
H A Dbug60634.phpt23 function read($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_variation4.phpt17 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
32 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
42 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
H A Dbug60634_error_4.phpt24 function read($id) {
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt24 function read($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_1.phpt23 function read($id) {
40 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_3.phpt24 function read($id) {
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt25 function read($id) { }
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt26 function read($key)
55 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
70 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
/PHP-5.3/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-5.3/ext/zlib/tests/
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
/PHP-5.3/ext/curl/
H A Dinterface.c227 if (ch->handlers->read && ch->handlers->read->stream) { in _php_curl_verify_handlers()
234 ch->handlers->read->fd = 0; in _php_curl_verify_handlers()
235 ch->handlers->read->fp = 0; in _php_curl_verify_handlers()
1627 if (ch->handlers->read->stream) { in PHP_FUNCTION()
1630 dupch->handlers->read->stream = ch->handlers->read->stream; in PHP_FUNCTION()
1631 dupch->handlers->read->method = ch->handlers->read->method; in PHP_FUNCTION()
1640 dupch->handlers->read->fp = ch->handlers->read->fp; in PHP_FUNCTION()
1641 dupch->handlers->read->fd = ch->handlers->read->fd; in PHP_FUNCTION()
1655 dupch->handlers->read->func_name = ch->handlers->read->func_name; in PHP_FUNCTION()
1951 ch->handlers->read->fp = fp; in _php_curl_setopt()
[all …]
/PHP-5.3/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

Completed in 49 milliseconds

12345678910>>...18