Home
last modified time | relevance | path

Searched refs:read (Results 251 – 275 of 554) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.2/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-7.2/ext/standard/tests/file/
H A Dfopencookie.phpt22 public $data = "If you can read this, it worked";
88 If you can read this, it worked
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 Dbug79099.phpt2 Bug #79099 (OOB read in php_strip_tags_ex)
H A Dfgetcsv_variation13.phpt10 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
38 // close the file if the mode to be used is read mode and re-open using read mode
51 // 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-7.2/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-7.2/ext/xmlreader/tests/
H A Dbug42139.phpt21 while ( $reader->read() ) {
H A D005.phpt31 while ($reader->read());
/PHP-7.2/ext/standard/tests/filters/
H A Dobject_init_failure.phpt10 var_dump(file_get_contents('php://filter/read=sample.filter/resource='. __FILE__));
/PHP-7.2/ext/exif/tests/
H A Dtag_with_illegal_zero_components.phpt2 OSS-Fuzz #17163: Out-of-bounds read due to tag with zero components
H A Dbug77563.phpt2 Bug 77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE)
/PHP-7.2/ext/date/tests/
H A Dbug67253.phpt2 Bug #67253 (timelib_meridian_with_check out-of-bounds read)
H A DDatePeriod_properties1.phpt2 DatePeriod: Test read only properties
/PHP-7.2/ext/standard/tests/http/
H A Dserver.inc54 // read headers
78 // read content
/PHP-7.2/ext/opcache/tests/
H A Dbug64353.phpt25 include "php://filter/read=bug.test/resource=data://text/plain,<?php\n";
/PHP-7.2/ext/spl/tests/
H A Dbug65545.phpt15 // read more data than is available
/PHP-7.2/ext/gd/tests/
H A Dbug77973.phpt2 Bug #77973 (Uninitialized read in gdImageCreateFromXbm)
H A Dbug74435.phpt2 Bug #74435 (Buffer over-read into uninitialized memory)
/PHP-7.2/ext/com_dotnet/tests/
H A Dbug73679.phpt2 Bug #73679 DOTNET read access violation using invalid codepage
/PHP-7.2/ext/sockets/tests/
H A Dsocket_read_params.phpt27 Warning: socket_read(): unable to read from socket [%i]: %a in %s on line %i
/PHP-7.2/ext/pgsql/tests/
H A D05large_object.phpt22 echo "open/read/tell/seek/close LO\n";
75 open/read/tell/seek/close LO
H A Dbug72197.phpt2 Bug #72197 pg_lo_create arbitrary read

Completed in 27 milliseconds

1...<<11121314151617181920>>...23