Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 554) sorted by relevance

12345678910>>...23

/PHP-7.2/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_basic.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-7.2/ext/standard/tests/file/
H A D007_variation11-win32.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation19.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation3.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation4.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfscanf_variation52.phpt15 echo "*** Test fscanf(): to read an empty file ***\n";
22 // various read modes
67 *** Test fscanf(): to read an empty file ***
H A Dfread_variation4-win32.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
14 Reading stops when up to length bytes have been read, EOF (end of file) is
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
24 bytes are read.
26 $read_size : No. of bytes to be read.
28 Returns: returns the data read
31 // print file pointer position before read
35 // read the data of size $read_size
39 // check if data read is of expected size
45 // file pointer position after read
[all …]
H A Dfread_variation4.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
14 Reading stops when up to length bytes have been read, EOF (end of file) is
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
24 bytes are read.
26 $read_size : No. of bytes to be read.
28 Returns: returns the data read
31 // print file pointer position before read
35 // read the data of size $read_size
39 // check if data read is of expected size
45 // file pointer position after read
[all …]
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
H A D007_variation1.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation17.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation9.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-7.2/ext/phar/tests/
H A Dbadparameters.phpt163 Cannot write out phar archive, phar is read-only
166 Cannot write out phar archive, phar is read-only
170 Cannot change stub, phar is read-only
178 Cannot set signature algorithm, phar is read-only
181 Cannot compress phar archive, phar is read-only
187 Cannot copy "a" to "b", phar is read-only
H A Dbug73035.phpt17 phar error: tar-based phar "%sbug73035.tar" signature cannot be read
H A Dbug72928.phpt17 phar error: signature cannot be read in zip-based phar "%sbug72928.zip"
/PHP-7.2/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_iface_001.phpt36 public function read($id) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dbug31454.phpt11 array(&$arf, 'read'),
/PHP-7.2/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
39 while (@$doc->read() !== false);
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt20 echo "\n\nSet a timeout on the client and attempt a read:\n";
57 Set a timeout on the client and attempt a read:
/PHP-7.2/ext/bz2/tests/
H A D002.phpt81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
99 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
126 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
/PHP-7.2/ext/gd/tests/
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
H A Dbug72482_2.phpt2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
/PHP-7.2/ext/date/tests/
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)

Completed in 25 milliseconds

12345678910>>...23