Home
last modified time | relevance | path

Searched refs:write (Results 151 – 175 of 490) sorted by relevance

12345678910>>...20

/PHP-5.5/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
H A Dbug67633.phpt2 Bug #67633: A foreach on an array returned from a function not doing copy-on-write
/PHP-5.5/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-5.5/ext/standard/tests/file/
H A Dbug72114.phpt2 Bug #72114 (Integer underflow / arbitrary null write in fread/gzread)
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…
H A D007_variation20.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…
/PHP-5.5/ext/session/tests/
H A Dbug31454.phpt12 array(&$arf, 'write'),
H A Dsession_set_save_handler_iface_002.phpt25 public function write($id, $data);
49 public function write($id, $data) {
H A D016.phpt25 Warning: session_write_close(): Failed to write session data (files). Please verify that the curren…
/PHP-5.5/ext/xmlwriter/tests/
H A D001.phpt15 // Force to write and empty the buffer
H A DOO_001.phpt16 // Force to write and empty the buffer
H A D005.phpt23 // Force to write and empty the buffer
H A D006.phpt19 // Force to write and empty the buffer
/PHP-5.5/ext/oci8/tests/
H A Dlob_031.phpt26 $blob->write("test");
29 $blob->write("string");
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
/PHP-5.5/sapi/caudium/
H A Dconfig.m442 write(combine_path(dirname(orig), pike)); '`
51 …=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(v+"."+rel);'`
84 …PIKE_VERSION=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(…
/PHP-5.5/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-5.5/ext/fileinfo/tests/
H A Dbug71527.phpt2 Bug #71527 Buffer over-write in finfo_open with malformed magic file
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt18 write. The behaviour might look some better if write/read in a separate thread, however

Completed in 32 milliseconds

12345678910>>...20