Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.4/ext/zlib/tests/
H A Dgzseek_variation1.phpt2 Test function gzseek() by seeking forward in write mode
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A D007_variation14.phpt18 checking for the file creation, write & read operations,
33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation22.phpt18 checking for the file creation, write & read operations,
33 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)
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_variation13-win32.phpt23 checking for the file creation, write & read operations,
38 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation13.phpt23 checking for the file creation, write & read operations,
38 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation21.phpt18 checking for the file creation, write & read operations,
33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation5.phpt18 checking for the file creation, write & read operations,
33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
/PHP-7.4/ext/pgsql/tests/
H A D05large_object.phpt12 echo "create/write/close LO\n";
74 create/write/close LO
/PHP-7.4/ext/xmlwriter/tests/
H A D011.phpt23 // Force to write and empty the buffer
H A DOO_003.phpt29 // Force to write and empty the buffer
H A DOO_008.phpt24 // Force to write and empty the buffer
H A DOO_010.phpt24 // Force to write and empty the buffer
H A D012.phpt25 // Force to write and empty the buffer
/PHP-7.4/ext/zip/tests/
H A Doo_getnameindex.phpt25 echo "failed to write zip\n";
H A Doo_namelocate.phpt25 echo "failed to write zip\n";
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation7.phpt20 * 1) remove write & execute permission from the 1st parent and test dir()
45 // remove the write and execute permisson from sub parent
H A Dopendir_variation5.phpt19 * 1) remove write & execute permission from the 1st parent and test opendir()
44 // remove the write and execute permisson from sub parent
H A Dscandir_variation5.phpt19 * 1. remove write & execute permission from the 1st parent and test scandir()
45 // remove the write and execute permisson from sub parent
/PHP-7.4/ext/openssl/tests/
H A Dbug74159.phpt65 $write = null;
67 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
H A Dbug77390.phpt28 while (stream_select($read, $write, $except, 1000)) {
86 while (stream_select($read, $write, $except, 1)) {
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_include.inc5 requests and 'private' community for write requests.
/PHP-7.4/ext/session/tests/
H A Dbug79091.phpt36 public function write($session_id, $session_data)

Completed in 83 milliseconds

12345678910>>...22