Home
last modified time | relevance | path

Searched refs:write (Results 101 – 125 of 490) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation13.phpt27 echo "*** Checking stat() on a file opened using read/write mode ***\n";
53 *** Checking stat() on a file opened using read/write mode ***
H A Dfgetc_variation3.phpt2 Test fgetc() function : usage variations - write only modes (Bug #42036)
18 echo "*** Testing fgetc() with file opened in write only mode ***\n";
53 *** Testing fgetc() with file opened in write only mode ***
H A Dfgets_variation1.phpt2 Test fgets() function : usage variations - write only modes (Bug #42036)
17 echo "*** Testing fgets() with file opened in write only mode ***\n";
52 *** Testing fgets() with file opened in write only mode ***
H A D007_variation16.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation24.phpt18 checking for the file creation, write & read operations,
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
/PHP-5.5/ext/oci8/tests/
H A Dlob_003.phpt28 var_dump($blob->write("test"));
31 var_dump($blob->write("string"));
H A Dlob_017.phpt33 $row['LOB_1']->write("first");
34 $row['LOB_2']->write("second");
H A Dlob_037.phpt28 var_dump($blob->write("first lob data"));
45 var_dump($blob->write("second lob data"));
H A Dlob_004.phpt28 var_dump($blob->write("test"));
30 var_dump($blob->write("str"));
/PHP-5.5/Zend/tests/
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite20.phar.phpt2 Phar: copy-on-write test 20 [cache_list]
H A Dcopyonwrite7.phar.phpt2 Phar: copy-on-write test 7 [cache_list]
H A Dcopyonwrite15.phar.phpt2 Phar: copy-on-write test 15 [cache_list]
H A Dcopyonwrite16.phar.phpt2 Phar: copy-on-write test 16 [cache_list]
H A Dcopyonwrite17.phar.phpt2 Phar: copy-on-write test 17 [cache_list]
H A Dcopyonwrite19.phar.phpt2 Phar: copy-on-write test 19 [cache_list]
H A Dcopyonwrite4.phar.phpt2 Phar: copy-on-write test 4 [cache_list]
H A Dcopyonwrite8.phar.phpt2 Phar: copy-on-write test 8 [cache_list]
H A Dcopyonwrite3.phar.phpt2 Phar: copy-on-write test 3 [cache_list]
H A Dcopyonwrite2.phar.phpt2 Phar: copy-on-write test 2 [cache_list]
H A Dcopyonwrite12.phar.phpt2 Phar: copy-on-write test 12 [cache_list]
/PHP-5.5/ext/gd/tests/
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
/PHP-5.5/ext/spl/examples/
H A Ddbaarray.inc66 * @param $name key to write to
67 * @param $value value to write
/PHP-5.5/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)

Completed in 36 milliseconds

12345678910>>...20