Home
last modified time | relevance | path

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

12345678910>>...24

/php-src/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt53 echo "\nClose the server side socket and read the remaining data from the client\n";
68 Close the server side socket and read the remaining data from the client
H A Dfgetcsv_variation21.phpt6 Testing fgetcsv() to read a file containing blank line when provided with
35 // close the file if the mode to be used is read mode and re-open using read mode
49 // read the line which is a blank line to see the working of fgetcsv
H A Dfscanf_variation53.phpt6 /* Test fscanf() to read a file when file pointer is pointing to EOF */
10 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n";
17 // various read modes
77 *** Test fscanf(): to read a file when file pointer is pointing to EOF ***
H A D007_variation4.phpt7 checking for the file creation, write & read operations,
27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/php-src/ext/standard/tests/streams/
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
44 //read outstanding data
H A Dbug72857.phpt2 Bug #72857 stream_socket_recvfrom read access violation
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";
80 Close the server side socket and read the remaining data from the client:
/php-src/ext/dba/tests/
H A Ddba_cdb_read.phpt2 DBA CDB handler test (read only)
18 // read key sequence
/php-src/Zend/tests/nullsafe_operator/
H A D025.phpt13 Warning: Attempt to read property "c" on null in %s on line %d
/php-src/Zend/tests/
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
H A Dbug69420.phpt2 Bug #69420 (Invalid read in zend_std_get_method)
H A Dbug47109.phpt10 Warning: Attempt to read property "ab" on null in %s on line %d
/php-src/ext/mbstring/tests/
H A Dbug78633.phpt2 Bug #78633 (Heap buffer overflow (read) in mb_eregi)
/php-src/ext/gd/tests/
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
H A Dbug72709.phpt2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)
/php-src/ext/sockets/tests/
H A Dsocket_select_error.phpt15 socket_select(): Argument #1 ($read) must only have elements of type Socket, string given
H A Dsocket_read_params.phpt15 Warning: socket_read(): unable to read from socket [%i]: %a in %s on line %d
/php-src/ext/phar/tests/
H A Dbug69324.phpt2 Bug #69324: Buffer Over-read in unserialize when parsing Phar
/php-src/ext/opcache/tests/
H A Dbug64482.phpt12 include 'php://filter/read=string.toupper/resource=bug64482.inc';
/php-src/ext/standard/
H A Ddir.stub.php113 public function read(): string|false {} function in Directory
/php-src/ext/spl/tests/SplFileObject/
H A Dgh8273.phpt13 // read from file
/php-src/ext/standard/tests/serialize/
H A Dbug73825.phpt2 Bug #73825 Heap out of bounds read on unserialize in finish_nested_data()
/php-src/ext/xmlreader/tests/
H A D015-get-errors.phpt18 exit('XML could not be read');
22 while ($reader->read()) {
/php-src/ext/standard/tests/dir/
H A Ddir_variation4.phpt32 var_dump( $d->read() ); // with previous handle
35 var_dump( $e->read() ); // with current handle

Completed in 30 milliseconds

12345678910>>...24