Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
38 read = gzread(self->gz_file, buf, count); in php_gziop_read()
44 return (read < 0) ? 0 : read; in php_gziop_read()
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_file_put_contents_basic.phpt15 text to be read
29 text to be read
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt11 pipes have to be read/written simultaneously
14 /* This is the wrong way to do it. The parent will block till it has read all the STDIN.
16 after taking inappropriately long. Pipes have to be read simultaneously in smaller chunks,
18 write. The behaviour might look some better if write/read in a separate thread, however
/PHP-5.5/ext/session/tests/
H A Dsession_module_name_variation2.phpt20 function read($id) { }
26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_variation3.phpt13 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
23 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
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_class_012.phpt29 public function read($key) {
32 return parent::read($key);
50 Warning: SessionHandler::read(): Parent session handler is not open in %s on line %d
H A Dbug60634.phpt21 function read($id) {
37 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_3.phpt22 function read($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt22 function read($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_1.phpt21 function read($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.phpt22 function read($id) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
/PHP-5.5/ext/xmlreader/tests/
H A D011.phpt17 $reader->read();
25 $reader->read();
/PHP-5.5/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"
/PHP-5.5/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
/PHP-5.5/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.5/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

Completed in 46 milliseconds

12345678910>>...20