Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 433) sorted by relevance

12345678910>>...18

/PHP-5.3/ext/standard/tests/file/
H A Dbug43008.phpt10 . b"php://filter/read="
H A Dfgetcsv_variation13.phpt11 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
39 // close the file if the mode to be used is read mode and re-open using read mode
52 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
H A Dfgetcsv_variation20.phpt11 Testing fgetcsv() to read a line without any csv fields from a file
40 // close the file if the mode to be used is read mode and re-open using read mode
54 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
H A Dbug22414.phpt2 Bug #22414 (passthru() does not read data correctly)
H A Dunlink_variation1-win32.phpt34 echo "-- Unlink file having default permission and its dir having read only permission --\n";
72 -- Unlink file having default permission and its dir having read only permission --
H A Dfgetss_basic2-win32.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
57 /* read entire file and strip tags */
64 /* read entire file and strip tags tags */
H A Dfgetss_basic2.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
55 /* read entire file and strip tags */
62 /* read entire file and strip tags tags */
/PHP-5.3/ext/xmlreader/tests/
H A Dbug42139.phpt21 while ( $reader->read() ) {
H A D005.phpt31 while ($reader->read());
H A D002.phpt23 while ($reader->read()) {
/PHP-5.3/ext/dba/tests/
H A Dbug38698.phpt2 Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
H A Dskipif.inc10 $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
/PHP-5.3/ext/standard/tests/streams/
H A Dbug60455_01.phpt6 //It's critical the read on the stream returns the input but doesn't set EOF
/PHP-5.3/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
/PHP-5.3/ext/sockets/tests/
H A Dsocket_read_params.phpt28 Warning: socket_read(): unable to read from socket [%i]: %a in %s on line %i
/PHP-5.3/ext/pgsql/tests/
H A D05large_object.phpt22 echo "open/read/tell/seek/close LO\n";
75 open/read/tell/seek/close LO
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_nested_call.phpt45 printf("[013] Cannot read from stream\n");
46 $error = 'Cannot read from stream';
H A Dmysqli_set_local_infile_handler_short_len.phpt45 printf("[013] Cannot read from stream\n");
46 $error = 'Cannot read from stream';
H A Dmysqli_poll.phpt51 $read = $error = $reject = array($link);
52 if (0 !== ($tmp = (mysqli_poll($read, $error, $reject, 0, 1))))
59 printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
/PHP-5.3/ext/gd/tests/
H A Dgif2gd.phpt10 die("skip gif read support unavailable");
H A Dxpm2gd.phpt10 die("skip xpm read support unavailable");
/PHP-5.3/ext/zlib/tests/
H A Dzlib_scheme_copy_variation1.phpt22 // can only read uncompressed data
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_012.phpt2 sqlite-oo: read field names
H A Dsqlite_012.phpt2 sqlite: read field names
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_validate_on_parse_basic.phpt2 DOMDocument::$validateOnParse - read/write tests (dom_document_validate_on_parse_read/dom_document_…

Completed in 27 milliseconds

12345678910>>...18