Home
last modified time | relevance | path

Searched refs:write (Results 226 – 250 of 521) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/xmlwriter/tests/
H A D004.phpt18 // Force to write and empty the buffer
H A DOO_006.phpt19 // Force to write and empty the buffer
H A D003.phpt26 // Force to write and empty the buffer
H A DOO_004.phpt19 // Force to write and empty the buffer
H A DOO_003.phpt29 // Force to write and empty the buffer
H A D011.phpt23 // Force to write and empty the buffer
/PHP-8.0/ext/session/tests/
H A Dbug80889.phpt19 public function write($id, $data) {
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
H A Dsession_set_save_handler_variation3.phpt18 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
/PHP-8.0/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
/PHP-8.0/ext/standard/tests/file/
H A D007_variation21.phpt7 checking for the file creation, write & read operations,
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation5.phpt7 checking for the file creation, write & read operations,
22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation13-win32.phpt12 checking for the file creation, write & read operations,
27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation13.phpt12 checking for the file creation, write & read operations,
27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dfgetc_variation3.phpt2 Test fgetc() function : usage variations - write only modes (Bug #42036)
17 echo "*** Testing fgetc() with file opened in write only mode ***\n";
52 *** Testing fgetc() with file opened in write only mode ***
H A Dfgets_variation1.phpt2 Test fgets() function : usage variations - write only modes (Bug #42036)
13 echo "*** Testing fgets() with file opened in write only mode ***\n";
48 *** Testing fgets() with file opened in write only mode ***
/PHP-8.0/ext/standard/tests/dir/
H A Dscandir_variation5.phpt14 * 1. remove write & execute permission from the 1st parent and test scandir()
40 // remove the write and execute permission from sub parent
H A Ddir_variation7.phpt14 * 1) remove write & execute permission from the 1st parent and test dir()
39 // remove the write and execute permission from sub parent
H A Dopendir_variation5.phpt14 * 1) remove write & execute permission from the 1st parent and test opendir()
39 // remove the write and execute permission from sub parent
/PHP-8.0/ext/dba/tests/
H A Dskipif.inc10 … $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
H A Dbug38698.phpt24 // write md5 checksum of generated database file
/PHP-8.0/ext/zlib/tests/
H A Dgzseek_variation1.phpt2 Test function gzseek() by seeking forward in write mode
/PHP-8.0/ext/simplexml/tests/
H A Dbug72971_2.phpt2 Bug #72971 (2): SimpleXML property write does not respect namespace
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_validate_on_parse_basic.phpt2 DOMDocument::$validateOnParse - read/write tests (dom_document_validate_on_parse_read/dom_document_…
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt106 expect_openssl_errors('openssl_pkey_export_to_file write', ['2006D002']);
134 expect_openssl_errors('openssl_x509_export_to_file write', ['2006D002']);
168 openssl_pkey_export_to_file write: ok
177 openssl_x509_export_to_file write: ok

Completed in 25 milliseconds

12345678910>>...21