Home
last modified time | relevance | path

Searched refs:read (Results 151 – 175 of 554) sorted by relevance

12345678910>>...23

/PHP-7.2/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
/PHP-7.2/ext/standard/tests/strings/
H A Dparse_str_memory_error.phpt2 parse_str() should not read uninitialized memory when checking for $this
/PHP-7.2/ext/gd/tests/
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
/PHP-7.2/ext/zip/examples/
H A Dodt.php7 while ($reader->read()) {
/PHP-7.2/ext/session/tests/
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
H A Dbug74936.phpt2 Bug #74936 session_cache_expire() triggers a warning in read mode.
H A Dsession_set_save_handler_basic.phpt16 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-7.2/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
/PHP-7.2/ext/intl/tests/
H A Dbug72241.phpt2 Bug #72241: get_icu_value_internal out-of-bounds read
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug77380.phpt2 Bug #77380 (Global out of bounds read in xmlrpc base64 code)
/PHP-7.2/ext/xmlreader/examples/
H A Dxmlreader_file.php4 while ($reader->read()) {
H A Dxmlreader_string.php15 while ($reader->read()) {
H A Dxmlreader_validatedtd.php8 while($xml->read()) {
/PHP-7.2/ext/sockets/tests/
H A Dmcast_helpers.php.inc6 die("Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.");
/PHP-7.2/ext/standard/tests/file/
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
H A Dfscanf_variation53.phpt11 /* Test fscanf() to read a file when file pointer is pointing to EOF */
15 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n";
22 // various read modes
82 *** Test fscanf(): to read a file when file pointer is pointing to EOF ***
H A Dfread_variation2.phpt8 Reading stops when up to length bytes have been read, EOF (end of file) is
20 bytes are read.
22 $read_size : No. of bytes to be read.
24 Returns: returns the data read
27 // print file pointer position before read
31 // read the data of size $read_size
35 // check if data read is of expected size
41 // file pointer position after read
82 // read from file, by giving the file actual size,
84 // calculate the hash and dump it, if data read, expecting here no data was read
[all …]
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…
/PHP-7.2/ext/oci8/tests/
H A Dlob_037.phpt58 var_dump($rows[0]['BLOB']->read(1000));
59 var_dump($rows[1]['BLOB']->read(1000));
/PHP-7.2/ext/xmlreader/tests/
H A D008.phpt34 while($reader->read());
62 while($reader->read());
/PHP-7.2/Zend/tests/
H A Dbug44660.phpt8 echo "--> read access: ";
30 --> read access:
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
/PHP-7.2/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-7.2/ext/exif/tests/bug72819/
H A Dbug72819.phpt2 Bug #72819 (EXIF thumbnails not read anymore)

Completed in 35 milliseconds

12345678910>>...23