Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/mbstring/tests/
H A Dbug78633.phpt2 Bug #78633 (Heap buffer overflow (read) in mb_eregi)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_basic.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-7.4/ext/standard/tests/file/
H A D007_variation16.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation24.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
H A Dfread_variation3-win32-mb.phpt2 Test fread() function : usage variations - read beyond file size, read/write 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_variation3-win32.phpt2 Test fread() function : usage variations - read beyond file size, read/write 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_variation3.phpt2 Test fread() function : usage variations - read beyond file size, read/write 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 Dfgetss_basic1.phpt2 Test fgetss() function : Basic functionality - read modes only
12 /* test fgetss with all read modes */
47 /* read entire file and strip tags */
54 /* read entire file and strip tags tags */
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-7.4/ext/gd/libgd/
H A Dgd_webp.c49 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
54 read = temp + size; in gdImageCreateFromWebpCtx()
63 n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); in gdImageCreateFromWebpCtx()
/PHP-7.4/ext/sockets/tests/
H A Dsocket_read_params.phpt19 Warning: socket_read(): unable to read from socket [%i]: %a in %s on line %d
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error4.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
43 Warning: session_start(): Failed to read session data: user (%s) in %s on line %d
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 Dbug31454.phpt11 array(&$arf, 'read'),
/PHP-7.4/ext/xmlreader/tests/
H A D015-get-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
76 Close the server side socket and read the remaining data from the client:
/PHP-7.4/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-7.4/ext/curl/
H A Dinterface.c193 if (ch->handlers->read && !Z_ISUNDEF(ch->handlers->read->stream)) { in _php_curl_verify_handlers()
201 ch->handlers->read->res = NULL; in _php_curl_verify_handlers()
202 ch->handlers->read->fp = 0; in _php_curl_verify_handlers()
2043 ch->handlers->read->stream = source->handlers->read->stream; in _php_setup_easy_copy_handlers()
2044 ch->handlers->read->method = source->handlers->read->method; in _php_setup_easy_copy_handlers()
2053 ch->handlers->read->fp = source->handlers->read->fp; in _php_setup_easy_copy_handlers()
2054 ch->handlers->read->res = source->handlers->read->res; in _php_setup_easy_copy_handlers()
2065 ZVAL_COPY(&ch->handlers->read->func_name, &source->handlers->read->func_name); in _php_setup_easy_copy_handlers()
3667 efree(ch->handlers->read); in _php_curl_close_ex()
3740 ch->handlers->read->fp = NULL; in _php_curl_reset_handlers()
[all …]
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt49 // should read dir2 file
60 //should now read dir1 file
71 //should still read dir1 file
80 //should read the file in working dir
91 //should read the file in script dir
/PHP-7.4/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.4/ext/phar/tests/
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.4/ext/date/tests/
H A Dbug67251.phpt2 Bug #67251 (date_parse_from_format out-of-bounds read)

Completed in 51 milliseconds

12345678910>>...23