Home
last modified time | relevance | path

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

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

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt36 public function read($id) {
61 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/PHP-7.4/ext/standard/tests/file/
H A D007_variation1.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation17.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation9.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation12-win32.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation12.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation20.phpt18 checking for the file creation, write & read operations,
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgetcsv_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
52 // read the next line which is a blank line to see the working of fgetcsv
58 // read again to struck EOF
H A Dbug79099.phpt2 Bug #79099 (OOB read in php_strip_tags_ex)
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.
/PHP-7.4/ext/oci8/tests/
H A Dlob_023.phpt2 oci_lob_import()/read()
43 var_dump(str_replace("\r", "", $row[0]->read(1024)));
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.4/ext/standard/tests/filters/
H A Dobject_init_failure.phpt10 var_dump(file_get_contents('php://filter/read=sample.filter/resource='. __FILE__));
H A Dobject_init_failure_2.phpt10 include 'php://filter/read=sample.filter/resource='. __FILE__;
/PHP-7.4/ext/phar/
H A Dshortarc.php121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in20 # Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
34 # /proc/acpi, /proc/timer_stats, /proc/fs and /proc/irq will be made read-only to all processes
41 # made read-only to all processes of the unit. Except for container managers no services should
/PHP-7.4/ext/standard/tests/streams/
H A Dbug67626.phpt12 return 'read';
H A Dbug60455_01.phpt6 //It's critical the read on the stream returns the input but doesn't set EOF
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:
/PHP-7.4/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.4/ext/exif/tests/
H A Dtag_with_illegal_zero_components.phpt2 OSS-Fuzz #17163: Out-of-bounds read due to tag with zero components
/PHP-7.4/tests/basic/
H A Dbug80384.phpt5 /* First, create a file to read */
/PHP-7.4/ext/spl/tests/
H A Dbug65545.phpt15 // read more data than is available
/PHP-7.4/ext/gd/tests/
H A Dbug77973.phpt2 Bug #77973 (Uninitialized read in gdImageCreateFromXbm)

Completed in 25 milliseconds

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