Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.0/ext/session/tests/
H A D024.phpt34 function write($key, $val)
57 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
72 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
/PHP-8.0/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
/PHP-8.0/Zend/tests/
H A Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
H A Dbug70240.phpt8 Fatal error: Can't use function return value in write context in %sbug70240.php on line %d
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
H A Dtemporary_cleaning_006.phpt2 Exception after separation during indirect write to fcall result
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D004.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D007.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D022.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D008.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D024.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
/PHP-8.0/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt2 Phar: copy-on-write test 18 [cache_list]
H A Dcopyonwrite17.phar.phpt2 Phar: copy-on-write test 17 [cache_list]
H A Dcopyonwrite20.phar.phpt2 Phar: copy-on-write test 20 [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 Dcopyonwrite19.phar.phpt2 Phar: copy-on-write test 19 [cache_list]
/PHP-8.0/ext/intl/tests/
H A Dregression_sort_and_cow.phpt2 Regression: sort() and copy-on-write.
8 * Check if collator_sort() properly supports copy-on-write.
H A Dregression_sortwsk_and_cow.phpt2 Regression: sort_wsk() and copy-on-write.
9 * properly supports copy-on-write.
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua116 out:write("\n")
130 assert(out:write(s, "\n"))
219 out:write("Global labels:\n")
223 out:write("\n")
230 out:write("enum {\n")
243 out:write(" \"", t[i], "\",\n")
265 out:write("Extern labels:\n")
269 out:write("\n")
278 out:write(" \"", t[i], "\",\n")
412 out:write("\n")
[all …]
/PHP-8.0/ext/standard/tests/file/
H A D007_variation8.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/sapi/cli/tests/
H A Dupload_2G.phpt73 ) or die("write prev failed");
77 fwrite($fp, $data) or die("write failed @ ($i)");
80 fwrite($fp, $post) or die("write post failed");
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt32 echo "Opening stream in write mode\n";
62 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
66 Opening stream in write mode
/PHP-8.0/ext/gd/tests/
H A Dbug72730.phpt2 Bug #72730: imagegammacorrect allows arbitrary write access

Completed in 34 milliseconds

12345678910>>...21