Home
last modified time | relevance | path

Searched refs:write (Results 126 – 150 of 532) sorted by relevance

12345678910>>...22

/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite7.phar.phpt2 Phar: copy-on-write test 7 [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]
H A Dcopyonwrite13.phar.phpt2 Phar: copy-on-write test 13 [cache_list]
H A Dcopyonwrite14.phar.phpt2 Phar: copy-on-write test 14 [cache_list]
H A Dcopyonwrite21.phar.phpt2 Phar: copy-on-write test 21 [cache_list]
/PHP-7.4/ext/gd/tests/
H A Dbug72730.phpt2 Bug #72730: imagegammacorrect allows arbitrary write access
H A Dbug72482.phpt2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
/PHP-7.4/Zend/tests/
H A Dbug67922.phpt2 Bug #67922: Member function not found when dereferencing in write-context
H A Dincrement_function_return_error.phpt14 Fatal error: Can't use function return value in write context in %s on line %d
H A Dclosure_write_prop.phpt2 Cannot write to closure properties
H A Dbug79784.phpt2 Bug #79784: Use after free if changing array during undef var during array write fetch
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_basic.phpt16 …t_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy…
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_class_001.phpt40 public function write($key, $data) {
43 return parent::write($key, $data);
69 return parent::write($key, $data);
/PHP-7.4/ext/standard/tests/file/
H A D007_variation8.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-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc21 * License along with this library; if not, write to the Free Software
282 $write = $this->start . $this->central;
285 $write .= "PK\x05\x06\x00\x00\x00\x00" .
291 $write .= "PK\x05\x06\x01\x00\x01\x00" .
297 $write .= "PK\x05\x06\x00\x00\x00\x00" .
303 $write .= "PK\x05\x06\x00\x00\x00\x00" .
309 $write .= "PK\x05\x06\x00\x00\x00\x00" .
315 $write .= "PK\x05\x06\x00\x00\x00\x00" .
321 $write .= "PK\x05\x06\x00\x00\x00\x00" .
328 file_put_contents($zipfile, $write);
/PHP-7.4/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_004.phpt28 var_dump($blob->write("test"));
30 var_dump($blob->write("str"));
/PHP-7.4/ext/standard/tests/streams/
H A Dbug61019.phpt10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
11 2 => array("pipe", "w") // stderr is a pipe that the child will write to
/PHP-7.4/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
/PHP-7.4/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d

Completed in 36 milliseconds

12345678910>>...22