Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_file_put_contents_basic.phpt15 text to be read
29 text to be read
/PHP-7.4/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_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…
/PHP-7.4/ext/xmlreader/tests/
H A D011.phpt16 $reader->read();
24 $reader->read();
/PHP-7.4/ext/zip/
H A Dconfig.m42 [for zip archive read/write support],
4 [Include Zip read/write support])])
/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt20 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
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 D007_variation13-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
60 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation13.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
60 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation21.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 end…
55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation5.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 end…
55 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfopen_variation5.phpt69 // should read dir2 file
80 //should now read dir1 file
91 //should still read dir1 file
100 //should read the file in working dir
111 //should read the file in script dir
H A Dfopen_variation8.phpt68 // should read dir2 file
79 //should now read dir1 file
90 //should read the dir1 file
99 //should read the working dir file
110 //should read the file in script dir
/PHP-7.4/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-7.4/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-7.4/tests/classes/
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
24 Fail to read class constant from instance.
/PHP-7.4/ext/exif/tests/
H A Dbug64739.phpt15 echo 'Error, failed to read exif data';
27 echo 'Error, failed to read exif data';
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll.phpt51 $read = $error = $reject = array($link);
52 if (0 !== ($tmp = (mysqli_poll($read, $error, $reject, 0, 1))))
55 $read = $error = $reject = array($link);
56 if (false !== ($tmp = (mysqli_poll($read, $error, $reject, -1, 1))))
59 $read = $error = $reject = array($link);
60 if (false !== ($tmp = (mysqli_poll($read, $error, $reject, 0, -1))))
66 printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
/PHP-7.4/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)) {

Completed in 59 milliseconds

12345678910>>...23