Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.0/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]
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt29 public function write($id, $data) {
31 return parent::write($id, $data);
H A Dsession_set_save_handler_class_001.phpt34 public function write($key, $data) {
37 return parent::write($key, $data);
63 return parent::write($key, $data);
/PHP-8.0/ext/oci8/tests/
H A Dlob_016.phpt31 $row['LOB_1']->write("first");
32 $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"));
/PHP-8.0/ext/standard/tests/image/
H A Diptcembed_002.phpt20 4) write local file2 with iptcembed return content
39 #write file
42 else { echo "error can't write $file".PHP_EOL;exit(1); }
69 #write new image with iptc tags
73 else { echo "error can't write $file2".PHP_EOL;exit(1); }
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A D007_variation23.phpt7 checking for the file creation, write & read operations,
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation24.phpt7 checking for the file creation, write & read operations,
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation7.phpt7 checking for the file creation, write & read operations,
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation15.phpt16 checking for the file creation, write & read operations,
30 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
31 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation16.phpt7 checking for the file creation, write & read operations,
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
/PHP-8.0/ext/gd/tests/
H A Dbug72482.phpt2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
/PHP-8.0/ext/xmlwriter/tests/
H A D002.phpt13 // Force to write and empty the buffer
/PHP-8.0/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
/PHP-8.0/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D020.phpt19 Fatal error: Can't use nullsafe operator in write context in %s.php on line 12
/PHP-8.0/ext/spl/tests/
H A Dgh8273.phpt8 // write to file

Completed in 55 milliseconds

12345678910>>...21