Home
last modified time | relevance | path

Searched refs:write (Results 76 – 100 of 521) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/pdo/tests/
H A Dpdo_035.phpt45 Cannot write to PDORow property
46 Cannot write to PDORow offset
/PHP-8.0/ext/xsl/tests/
H A Dbug54446.phpt76 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
80 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
86 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
90 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
H A Dbug54446_with_ini.phpt77 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s…
81 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_i…
87 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s…
91 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_i…
/PHP-8.0/ext/dba/tests/
H A Ddba_handler.inc44 echo "Read during write: not allowed\n";
46 echo "Read during write: allowed\n";
52 echo 'Failed to write "key number 6"' . "\n";
57 echo 'Failed to write "key number 6" 2nd time' . "\n";
H A Ddba_inifile.phpt23 Read during write: not allowed
40 Read during write: not allowed
/PHP-8.0/ext/standard/tests/file/
H A D007_variation10.phpt7 checking for the file creation, write & read operations,
25 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
26 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation18.phpt7 checking for the file creation, write & read operations,
25 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
26 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation2.phpt7 checking for the file creation, write & read operations,
25 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
26 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A Dlstat_stat_variation13.phpt17 echo "*** Checking stat() on a file opened using read/write mode ***\n";
42 *** Checking stat() on a file opened using read/write mode ***
H A Dfile_put_contents_variation8.phpt46 echo "Failed to write data to: '$names_arr[$i]'\n";
77 Failed to write data to: '%sir'
81 Failed to write data to: '%sphp'
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_003.phpt28 public function write($id, $data) {
30 return parent::write($id, $data);
H A D004.phpt33 function write($key, $val)
56 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
68 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_class_008.phpt29 public function write($id, $data) {
31 return parent::write($id, $data);
H A Dsession_set_save_handler_class_009.phpt29 public function write($id, $data) {
31 return parent::write($id, $data);
H A D005.phpt34 function write($key, $val)
57 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
71 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
84 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
H A D025.phpt35 function write($key, $val)
58 …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…
88 …ay($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "de…
H A Dsession_set_save_handler_class_010.phpt29 public function write($id, $data) {
31 return parent::write($id, $data);
/PHP-8.0/ext/oci8/tests/
H A Dlob_013.phpt26 var_dump($blob->write("test"));
29 var_dump($blob->write("test"));
H A Dlob_001.phpt32 var_dump($blob->write("test"));
35 var_dump($blob->write("string"));
52 var_dump($blob->write("test row 2"));
/PHP-8.0/ext/zip/
H A Dconfig.m42 [for zip archive read/write support],
4 [Include Zip read/write support])])
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua75 out:write("\n")
150 out:write("Global labels:\n")
152 out:write(format(" %s\n", t[i]))
154 out:write("\n")
161 out:write("enum {\n")
174 out:write(" \"", t[i], "\",\n")
176 out:write(" (const char *)0\n};\n")
196 out:write("Extern labels:\n")
200 out:write("\n")
1863 out:write("Type definitions:\n")
[all …]
/PHP-8.0/Zend/tests/varSyntax/
H A DwriteToTempExpr.phpt10 Fatal error: Cannot use temporary expression in write context in %s on line %d
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D005.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D006.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4

Completed in 44 milliseconds

12345678910>>...21