Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 478) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/gd/tests/
H A Dxpm2jpg.phpt13 die("skip xpm read support unavailable");
H A Dxpm2png.phpt13 die("skip xpm read support unavailable");
H A Dgif2gd.phpt10 die("skip gif read support unavailable");
H A Dxpm2gd.phpt10 die("skip xpm read support unavailable");
/PHP-5.5/ext/standard/tests/streams/
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 Dbug60455_01.phpt6 //It's critical the read on the stream returns the input but doesn't set EOF
H A Dbug67626.phpt12 return 'read';
/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt16 Reading stops when up to length bytes have been read, EOF (end of file) is
18 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfopencookie.phpt22 public $data = "If you can read this, it worked";
88 If you can read this, it worked
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
/PHP-5.5/ext/oci8/tests/
H A Dlob_042.phpt36 var_dump($blob->read(2));
64 Warning: OCI-Lob::read(): Offset must be less than size of the LOB in %s on line %d
/PHP-5.5/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.5/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c45 static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count TSRMLS_DC…
194 static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_openssl_sockop_io() argument
246 if (read) { in php_openssl_sockop_io()
265 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
268 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
273 if (read) { in php_openssl_sockop_io()
286 if (read) { in php_openssl_sockop_io()
305 if (read) { in php_openssl_sockop_io()
328 if (read) { in php_openssl_sockop_io()
329 nr_bytes = php_stream_socket_ops.read(stream, buf, count TSRMLS_CC); in php_openssl_sockop_io()
/PHP-5.5/ext/opcache/tests/
H A Dbug64353.phpt25 include "php://filter/read=bug.test/resource=data://text/plain,<?php\n";
/PHP-5.5/ext/spl/tests/
H A Dbug65545.phpt15 // read more data than is available
/PHP-5.5/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.5/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.5/ext/dba/tests/
H A Dskipif.inc10 $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
H A Dbug38698.phpt2 Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_variation1.phpt22 // can only read uncompressed data

Completed in 34 milliseconds

12345678910>>...20