Home
last modified time | relevance | path

Searched refs:write (Results 176 – 200 of 521) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/standard/tests/file/
H A D007_variation4.phpt7 checking for the file creation, write & read operations,
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A Dbug41815.phpt2 Bug #41815 (Concurrent read/write fails when EOF is reached)
H A D007_variation9.phpt7 checking for the file creation, write & read operations,
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
H A D007_variation1.phpt7 checking for the file creation, write & read operations,
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
H A D007_variation17.phpt7 checking for the file creation, write & read operations,
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
H A D007_variation3.phpt7 checking for the file creation, write & read operations,
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation11-win32-mb.phpt12 checking for the file creation, write & read operations,
29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
/PHP-8.0/ext/gd/tests/
H A Dbug72697.phpt2 Bug #72697: select_colors write out-of-bounds
H A Dbug72482_2.phpt2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
H A Dimagebmp_basic.phpt16 // write the md5 hash of its BMP representation
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt34 public function write($id, $data) {
55 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_iface_001.phpt34 public function write($id, $data) {
54 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
/PHP-8.0/ext/fileinfo/tests/
H A Dbug71527.phpt2 Bug #71527 Buffer over-write in finfo_open with malformed magic file
H A Dbug71527-mb.phpt2 Bug #71527 Buffer over-write in finfo_open with malformed magic file
/PHP-8.0/ext/standard/tests/strings/
H A Dbug36306.phpt6 /* as an example how to write crc32 tests
/PHP-8.0/Zend/tests/
H A Dbug46308.phpt2 Bug #46308 (Invalid write when changing property from inside getter)
H A Ddereference_007.phpt2 Trying to write on method return
/PHP-8.0/ext/xmlwriter/tests/
H A D001.phpt14 // Force to write and empty the buffer
H A DOO_001.phpt15 // Force to write and empty the buffer
/PHP-8.0/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt2 Phar: copy-on-write test 11 [cache_list]
H A Dcopyonwrite9.phar.phpt2 Phar: copy-on-write test 9 [cache_list]
/PHP-8.0/ext/standard/tests/streams/
H A Dbug81346.phpt2 Bug #81346 (Non-seekable streams don't update position after write)
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_io.c200 bytes += write(sock, ptr + bytes, (p - ptr) - bytes);
214 bytes += write(sock, ptr + bytes, len - bytes);
216 bytes += write(sock, ptr, len);
233 return write(sock, ptr, len);
/PHP-8.0/sapi/fpm/fpm/events/
H A Ddevpoll.c205 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_add()
230 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_remove()
/PHP-8.0/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only

Completed in 21 milliseconds

12345678910>>...21