Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.4/ext/gd/tests/
H A Dbug72697.phpt2 Bug #72697: select_colors write out-of-bounds
/PHP-7.4/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]
H A Dcopyonwrite10.phar.phpt2 Phar: copy-on-write test 10 [cache_list]
H A Dcopyonwrite5.phar.phpt2 Phar: copy-on-write test 5 [cache_list]
/PHP-7.4/Zend/tests/
H A Ddereference_007.phpt2 Trying to write on method return
H A Dbug67633.phpt2 Bug #67633: A foreach on an array returned from a function not doing copy-on-write
/PHP-7.4/ext/session/tests/
H A Dbug31454.phpt12 array(&$arf, 'write'),
H A Dsession_set_save_handler_iface_001.phpt40 public function write($id, $data) {
60 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_class_002.phpt40 public function write($id, $data) {
61 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
H A Dsession_set_save_handler_iface_002.phpt25 public function write($id, $data);
49 public function write($id, $data) {
/PHP-7.4/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-7.4/ext/standard/tests/streams/
H A Dbug81346.phpt2 Bug #81346 (Non-seekable streams don't update position after write)
/PHP-7.4/sapi/fpm/fpm/events/
H A Ddevpoll.c209 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_add()
234 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_remove()
/PHP-7.4/ext/standard/tests/file/
H A D007_variation4.phpt18 checking for the file creation, write & read operations,
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation11-win32-mb.phpt23 checking for the file creation, write & read operations,
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation11-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation11.phpt23 checking for the file creation, write & read operations,
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation12-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation12.phpt23 checking for the file creation, write & read operations,
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
/PHP-7.4/ext/bz2/tests/
H A D002.phpt81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
99 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
126 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dlob_031.phpt26 $blob->write("test");
29 $blob->write("string");
/PHP-7.4/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)

Completed in 39 milliseconds

12345678910>>...22