Home
last modified time | relevance | path

Searched refs:write (Results 201 – 225 of 521) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/standard/tests/file/
H A D007_variation11-win32.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…
H A D007_variation11.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…
H A D007_variation12-win32.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…
H A D007_variation12.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…
H A D007_variation19.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_variation20.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_variation22.phpt7 checking for the file creation, write & read operations,
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation6.phpt7 checking for the file creation, write & read operations,
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation14.phpt7 checking for the file creation, write & read operations,
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
/PHP-8.0/ext/phar/tests/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]
H A Dcopyonwrite6.phar.phpt2 Phar: copy-on-write test 6 [cache_list]
H A Dcopyonwrite4a.phpt2 Phar: copy-on-write test 4a [cache_list]
/PHP-8.0/ext/session/tests/
H A Dbug31454.phpt13 array(&$arf, 'write'),
H A Dsession_set_save_handler_variation2.phpt16 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dsession_set_save_handler_iface_002.phpt19 public function write($id, $data);
43 public function write($id, $data) {
H A Dsession_set_save_handler_variation5.phpt31 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
40 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
/PHP-8.0/Zend/tests/
H A Dbug67633.phpt2 Bug #67633: A foreach on an array returned from a function not doing copy-on-write
/PHP-8.0/ext/bz2/tests/
H A D002.phpt88 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
99 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
102 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
129 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
/PHP-8.0/ext/oci8/tests/
H A Dlob_031.phpt26 $blob->write("test");
29 $blob->write("string");
/PHP-8.0/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-8.0/ext/xmlwriter/tests/
H A D005-mb.phpt22 // Force to write and empty the buffer
H A D005.phpt22 // Force to write and empty the buffer
H A D006.phpt18 // Force to write and empty the buffer
H A DOO_005.phpt22 // Force to write and empty the buffer

Completed in 33 milliseconds

12345678910>>...21