Home
last modified time | relevance | path

Searched refs:read (Results 26 – 50 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt36 // should read dir2 file
46 //should now read dir1 file
56 //should still read dir1 file
64 //should read the file in working dir
74 //should read the file in script dir
H A Dzlib_scheme_copy_variation1.phpt22 // can only read uncompressed data
H A Dzlib_scheme_copy_variation2.phpt34 //gzopen can read compressed and uncompressed so we
H A Dzlib_scheme_file_put_contents_basic.phpt15 text to be read
29 text to be read
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
H A Dgzopen_variation8.phpt21 text to be read
40 text to be read
H A Dgzrewind_basic2.phpt14 // read to the end of the file
15 echo "read to the end of the file, then rewind\n";
28 read to the end of the file, then rewind
H A Dgzseek_basic.phpt17 //read the next 10
23 //read the next 10
29 //read the next 10
H A Dgzseek_variation2.phpt17 //read the next 10
23 //read the next 10
29 //read the next 10
H A Dgzseek_variation3.phpt17 //read the next 10
23 //read the next 10
29 //read the next 10
H A Dgzseek_variation6.phpt24 //read the next 10
H A Dgzfile_variation15.phpt36 // should read dir2 file
45 //should now read dir1 file
54 //should still read dir1 file
61 //should read the file in working directory
70 //should read the file in script dir
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
38 read = gzread(self->gz_file, buf, count); in php_gziop_read()
44 return (read < 0) ? 0 : read; in php_gziop_read()
/PHP-5.5/ext/zip/tests/
H A Dpecl12414.phpt32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-5.5/ext/zip/
H A DTODO3 - crypt support for zip (read and write)
H A Dconfig.m45 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
6 [ --enable-zip Include Zip read/write support])
/PHP-5.5/ext/zip/examples/
H A Dodt.php7 while ($reader->read()) {
/PHP-5.5/ext/xmlreader/tests/
H A D010.phpt15 $reader->read();
16 $reader->read();
H A D011.phpt17 $reader->read();
25 $reader->read();
H A D012.phpt16 $reader->read();
34 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
49 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
57 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
H A D013.phpt21 while($reader->read()) {
23 $reader->read();
41 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
51 Warning: XMLReader::read(): Element 'foo': %s
H A Dbug42139.phpt21 while ( $reader->read() ) {
H A Dbug64230.phpt23 $x->read();
32 $x->read();
45 Warning: XMLReader::read(): %s: parser error : Specification mandate value for attribute att in %s …
47 Warning: XMLReader::read(): <root att/> in %s on line %d
49 Warning: XMLReader::read(): ^ in %s on line %d
H A Dexpand.phpt23 while ($reader->read()) {
/PHP-5.5/ext/xmlreader/examples/
H A Dxmlreader_relaxNG.php11 while ($reader->read()) {

Completed in 27 milliseconds

12345678910>>...20