Home
last modified time | relevance | path

Searched refs:read (Results 126 – 150 of 624) sorted by relevance

12345678910>>...25

/php-src/ext/gd/tests/
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
/php-src/ext/dom/tests/
H A DDOMEntityReference_basic.phpt2 DOMEntityReference - read $nodeName property
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
39 read = gzread(self->gz_file, buf, count); in php_gziop_read()
45 return read; in php_gziop_read()
/php-src/ext/standard/tests/file/
H A D007_variation21.phpt7 checking for the file creation, write & read operations,
24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt7 checking for the file creation, write & read operations,
24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgetcsv_variation23.phpt5 /* Testing fgetcsv() to read from an empty file */
10 // create the file and then open in read mode and try reading
H A Dbug79099.phpt2 Bug #79099 (OOB read in php_strip_tags_ex)
H A Dfgets_socket_variation1.phpt37 echo "\n\nClose the server side socket and read the remaining data from the client\n";
61 Close the server side socket and read the remaining data from the client
H A D007_variation13-win32.phpt12 checking for the file creation, write & read operations,
29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt12 checking for the file creation, write & read operations,
29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation8.phpt7 checking for the file creation, write & read operations,
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_004_blobopen.phpt30 echo "Writing to read-only stream\n";
59 Writing to read-only stream
61 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_iface_002.phpt15 public function read($id): string|false;
36 public function read($id): string|false {
70 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug60634_error_4.phpt21 function read($id) {
34 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_class_012.phpt25 public function read($key): string|false {
28 return parent::read($key);
H A Dbug60634_error_3.phpt23 function read($id) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt51 echo "test append / read / remove\n";
62 echo "test append all / read / remove all\n";
76 echo "test append all / read / close\n";
132 test append / read / remove
154 test append all / read / remove all
172 test append all / read / close
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c79 ssize_t read; in php_stream_input_read() local
96 read = php_stream_read(input->body, buf, count); in php_stream_input_read()
98 if (!read || read == (size_t) -1) { in php_stream_input_read()
101 input->position += read; in php_stream_input_read()
104 return read; in php_stream_input_read()
/php-src/ext/intl/tests/
H A Dbug72241.phpt2 Bug #72241: get_icu_value_internal out-of-bounds read
/php-src/Zend/tests/
H A Dbug69025.phpt2 Bug #69025 (Invalid read of size 4 when calling __callStatic)
/php-src/ext/standard/tests/strings/
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)
/php-src/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt28 echo "Writing to read-only stream\n";
60 Writing to read-only stream
62 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
/php-src/Zend/tests/varSyntax/
H A DpropertyOfStringError.phpt10 Warning: Attempt to read property "bar" on string in %s on line %d
/php-src/ext/exif/tests/bug72819/
H A Dbug72819.phpt2 Bug #72819 (EXIF thumbnails not read anymore)

Completed in 36 milliseconds

12345678910>>...25