Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 543) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/standard/tests/file/
H A D007_variation15.phpt16 checking for the file creation, write & read operations,
33 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
34 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation16.phpt7 checking for the file creation, write & read operations,
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgets_socket_variation2.phpt53 echo "\nClose the server side socket and read the remaining data from the client\n";
68 Close the server side socket and read the remaining data from the client
/PHP-8.0/ext/iconv/tests/
H A Dbug78069.phpt2 Bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow)
/PHP-8.0/ext/gd/tests/
H A Dbug72482.phpt2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
/PHP-8.0/ext/xmlreader/tests/
H A DreadString_basic.phpt12 $reader->read();
H A D008.phpt33 while($reader->read());
61 while($reader->read());
H A D015-get-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
H A D015-move-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
/PHP-8.0/ext/opcache/tests/
H A Dbug64482.phpt12 include 'php://filter/read=string.toupper/resource=bug64482.inc';
/PHP-8.0/ext/exif/tests/
H A Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/PHP-8.0/Zend/tests/
H A Dbug47109.phpt10 Warning: Attempt to read property "ab" on null in %s on line %d
/PHP-8.0/ext/spl/tests/
H A Dgh8273.phpt13 // read from file
/PHP-8.0/ext/session/tests/
H A Dsave_handler.inc13 * Session data lock is mandatory. Lock must be exclusive. i.e. Block read also.
49 function read($id) {
53 // read() would be the best place for locking for most save handlers.
59 // read MUST create file. Otherwise, strict mode will not work
62 // MUST return STRING for successful read().
72 // NOTE: This function may unlock session data locked by read(). If write() is
H A Dsession_set_save_handler_sid_001.phpt30 public function read($id) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_sid_002.phpt31 public function read($id) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_variation4.phpt28 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
38 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
/PHP-8.0/ext/standard/tests/streams/
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
44 //read outstanding data
/PHP-8.0/ext/oci8/tests/
H A Dlob_004.phpt42 var_dump($row[0]->read(10000));
52 var_dump($row[0]->read(10000));
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_002.phpt2 Test typed properties error condition (read uninitialized)
/PHP-8.0/ext/mbstring/tests/
H A Dbug78633.phpt2 Bug #78633 (Heap buffer overflow (read) in mb_eregi)
/PHP-8.0/ext/phar/
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
214 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
230 if (read != sizeof(buf)) { in phar_parse_tarfile()
303 read = php_stream_read(fp, buf, size); in phar_parse_tarfile()
304 if (read != size || read <= 8) { in phar_parse_tarfile()
346 if (read != sizeof(buf)) { in phar_parse_tarfile()
386 if (read != entry.filename_len) { in phar_parse_tarfile()
414 if (read != sizeof(buf)) { in phar_parse_tarfile()
547 read = php_stream_read(fp, buf, size); in phar_parse_tarfile()
549 if (read == size) { in phar_parse_tarfile()
[all …]
/PHP-8.0/ext/sockets/tests/
H A Dsocket_select_error.phpt17 socket_select(): Argument #1 ($read) must only have elements of type Socket, string given

Completed in 77 milliseconds

12345678910>>...22