Home
last modified time | relevance | path

Searched refs:read (Results 51 – 75 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/xmlreader/examples/
H A Dxmlreader_string.php15 while ($reader->read()) {
H A Dxmlreader_validatedtd.php8 while($xml->read()) {
H A Dxmlreader_file.php4 while ($reader->read()) {
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c797 PHP_METHOD(xmlreader, read) in PHP_METHOD() argument
1291 PHP_ME(xmlreader, read, arginfo_xmlreader_read, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/xmlreader/tests/
H A D002.phpt23 while ($reader->read()) {
H A D007.phpt18 while ($reader->read());
33 while ($reader->read());
H A D008.phpt34 while($reader->read());
62 while($reader->read());
H A D009.phpt16 $reader->read();
17 $reader->read();
H A D001.phpt16 while ($reader->read()) {
H A D003.phpt20 while ($reader->read()) {
H A D004.phpt19 while ($reader->read()) {
H A D005.phpt31 while ($reader->read());
H A D006.phpt16 // 2 read to get on the 2nd node
17 $reader->read();
18 $reader->read();
/PHP-5.5/ext/standard/tests/strings/
H A Dbug67252.phpt2 Bug #67252 (convert_uudecode out-of-bounds read)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_04.phpt3 read with EOL indication
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
44 //read outstanding data
H A Dbug67626.phpt12 return 'read';
H A Dproc_open_bug51800.phpt11 pipes have to be read/written simultaneously
14 /* This is the wrong way to do it. The parent will block till it has read all the STDIN.
16 after taking inappropriately long. Pipes have to be read simultaneously in smaller chunks,
18 write. The behaviour might look some better if write/read in a separate thread, however
H A Dstream_get_meta_data_socket_variation1.phpt30 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
97 Close the server side socket and read the remaining data from the client:
H A Dstream_get_meta_data_socket_variation2.phpt20 echo "\n\nSet a timeout on the client and attempt a read:\n";
57 Set a timeout on the client and attempt a read:
H A Dstream_get_meta_data_socket_variation4.phpt26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
76 Close the server side socket and read the remaining data from the client:
H A Dstream_set_chunk_size.phpt13 echo "read with size: ", $count, "\n";
30 /* when the chunk size is 1, the read buffer is skipped, but the
35 echo "should be read without buffer (\$count == 10000)\n";
42 echo "should elicit one read of size 100 (chunk size)\n";
44 echo "should elicit one read of size 100 (chunk size)\n";
60 should be read without buffer ($count == 10000)
61 read with size: 10000
70 should elicit one read of size 100 (chunk size)
71 read with size: 100
73 should elicit one read of size 100 (chunk size)
[all …]
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
31 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Nothing to read
35 …strlen(b"incomplete line"), $eol)); // EOL not found but $length has been read, return incomplete …
H A Dstream_set_timeout_error.phpt6 * Description: Set timeout on stream read to seconds + microseonds
H A Dbug44818.phpt2 Bug #44818 (php://memory writeable when opened read only)

Completed in 53 milliseconds

12345678910>>...20