Home
last modified time | relevance | path

Searched refs:read (Results 101 – 125 of 433) sorted by relevance

12345678910>>...18

/PHP-5.3/ext/session/tests/
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
/PHP-5.3/ext/oci8/tests/
H A Dlob_009.phpt2 oci_lob_import()/read()
38 var_dump($row[0]->read(1024));
H A Dlob_037.phpt58 var_dump($rows[0]['BLOB']->read(1000));
59 var_dump($rows[1]['BLOB']->read(1000));
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt10 /* Testing fgetcsv() to read from an empty file */
15 // create the file and then open in read mode and try reading
H A D007_variation23.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation7.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
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 Dfgetc_variation1.phpt2 Test fgetc() function : usage variations - read when file pointer at EOF
19 // loop to check the file opened in different read modes
36 var_dump( fgetc($file_handle) ); // try n read a char, none expected
H A D007_variation13-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation15.phpt18 checking for the file creation, write & read operations,
35 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A Dfgets_socket_variation2.phpt47 echo "\nClose the server side socket and read the remaining data from the client\n";
62 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 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.3/ext/dba/tests/
H A Ddba_cdb_read.phpt2 DBA CDB handler test (read only)
14 // read key sequence
/PHP-5.3/ext/phar/
H A Dtar.c161 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
199 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
214 if (read != sizeof(buf)) { in phar_parse_tarfile()
271 read = php_stream_read(fp, buf, size); in phar_parse_tarfile()
272 if (read != size) { in phar_parse_tarfile()
313 if (read != sizeof(buf)) { in phar_parse_tarfile()
353 if (read != entry.filename_len) { in phar_parse_tarfile()
381 if (read != sizeof(buf)) { in phar_parse_tarfile()
514 if (read == size) { in phar_parse_tarfile()
565 if (read != sizeof(buf)) { in phar_parse_tarfile()
[all …]
/PHP-5.3/ext/zip/examples/
H A Dodt.php7 while ($reader->read()) {
/PHP-5.3/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
/PHP-5.3/ext/xmlreader/tests/
H A D008.phpt34 while($reader->read());
62 while($reader->read());
/PHP-5.3/Zend/tests/
H A Dbug44660.phpt8 echo "--> read access: ";
30 --> read access:
/PHP-5.3/ext/xmlreader/examples/
H A Dxmlreader_file.php4 while ($reader->read()) {
H A Dxmlreader_string.php15 while ($reader->read()) {

Completed in 50 milliseconds

12345678910>>...18