Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A D007_variation8.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 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 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 Dfscanf_variation51.phpt11 /* Test fscanf() to scan a file for read when file is opened inwrite only mode */
15 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
69 *** Test fscanf(): to read from a file opened in write only mode ***
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-5.5/ext/phar/
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
209 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
225 if (read != sizeof(buf)) { in phar_parse_tarfile()
288 read = php_stream_read(fp, buf, size); in phar_parse_tarfile()
289 if (read != size) { in phar_parse_tarfile()
330 if (read != sizeof(buf)) { in phar_parse_tarfile()
370 if (read != entry.filename_len) { in phar_parse_tarfile()
398 if (read != sizeof(buf)) { in phar_parse_tarfile()
533 if (read == size) { in phar_parse_tarfile()
585 if (read != sizeof(buf)) { in phar_parse_tarfile()
[all …]
/PHP-5.5/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
/PHP-5.5/ext/gd/tests/
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
/PHP-5.5/ext/zip/examples/
H A Dodt.php7 while ($reader->read()) {
/PHP-5.5/ext/intl/tests/
H A Dbug72241.phpt2 Bug #72241: get_icu_value_internal out-of-bounds read
/PHP-5.5/ext/session/tests/
H A Dbug67972.phpt2 Bug #67972: SessionHandler Invalid memory read create_sid()
/PHP-5.5/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-5.5/ext/xmlreader/tests/
H A D008.phpt34 while($reader->read());
62 while($reader->read());
/PHP-5.5/Zend/tests/
H A Dbug44660.phpt8 echo "--> read access: ";
30 --> read access:
/PHP-5.5/ext/oci8/tests/
H A Dlob_037.phpt58 var_dump($rows[0]['BLOB']->read(1000));
59 var_dump($rows[1]['BLOB']->read(1000));
/PHP-5.5/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-5.5/ext/xmlreader/examples/
H A Dxmlreader_file.php4 while ($reader->read()) {
H A Dxmlreader_string.php15 while ($reader->read()) {

Completed in 72 milliseconds

12345678910>>...20