Home
last modified time | relevance | path

Searched refs:read (Results 126 – 150 of 552) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt25 //feof is not set to true until you try to read past the end of file.
27 //last time to set the eof flag but it will fail to read.
46 echo "*** testing feof on unclosed file after a read ***\n";
90 *** testing feof on unclosed file after a read ***
H A D007_variation10.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation18.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation2.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgets_socket_variation1.phpt37 echo "\n\nClose the server side socket and read the remaining data from the client\n";
61 Close the server side socket and read the remaining data from the client
/PHP-7.4/ext/dom/tests/
H A DDOMEntityReference_basic.phpt2 DOMEntityReference - read $nodeName property
/PHP-7.4/ext/session/tests/
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dbug60634_error_1.phpt23 function read($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt26 function read($id) { return ''; }
32 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt28 function read($key)
57 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…
H A Dsession_set_save_handler_class_003.phpt27 public function read($key) {
29 return parent::read($key);
H A Dsession_set_save_handler_class_013.phpt28 public function read($key) {
31 return parent::read($key);
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug77242.phpt2 Bug #77242 (heap out of bounds read in xmlrpc_decode())
/PHP-7.4/Zend/tests/
H A Dbug69025.phpt2 Bug #69025 (Invalid read of size 4 when calling __callStatic)
/PHP-7.4/ext/standard/tests/dir/
H A Drewinddir_variation2.phpt20 echo "\n-- Create the directory handle, read and close the directory --\n";
37 -- Create the directory handle, read and close the directory --
H A Drewinddir_variation2-win32-mb.phpt26 echo "\n-- Create the directory handle, read and close the directory --\n";
43 -- Create the directory handle, read and close the directory --
/PHP-7.4/ext/oci8/tests/
H A Dlob_008.phpt2 oci_lob_write()/read()/eof()
40 $len += strlen($row[0]->read(1024));
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt18 //first() and last() don't read codepoint and set the last code point var to -1
19 //The pointer is after the last read codepoint if moving forward and
20 //before the last read codepoint is moving backwards
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
39 read = gzread(self->gz_file, buf, count); in php_gziop_read()
45 return read; in php_gziop_read()
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c81 ssize_t read; in php_stream_input_read() local
98 read = php_stream_read(input->body, buf, count); in php_stream_input_read()
100 if (!read || read == (size_t) -1) { in php_stream_input_read()
103 input->position += read; in php_stream_input_read()
106 return read; in php_stream_input_read()
/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt51 echo "test append / read / remove\n";
62 echo "test append all / read / remove all\n";
76 echo "test append all / read / close\n";
132 test append / read / remove
154 test append all / read / remove all
172 test append all / read / close
/PHP-7.4/ext/gd/tests/
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
/PHP-7.4/ext/standard/tests/strings/
H A Dparse_str_memory_error.phpt2 parse_str() should not read uninitialized memory when checking for $this
/PHP-7.4/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)

Completed in 26 milliseconds

12345678910>>...23