Home
last modified time | relevance | path

Searched refs:write (Results 26 – 50 of 521) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt11 $data = "The first string to write";
33 The first string to write, followed by this
35 The first string to write
H A Dcopy_variation15.phpt11 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
15 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
26 chmod($dir, 0555); //dir without write permissions
44 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
H A Dstat_variation5-win32.phpt2 Test stat() functions: usage variations - file opened in read/write mode
12 /* test the stats of file opened in write mode and then same in read mode */
22 echo "\n*** Testing stat(): on a file with read/write permission ***\n";
53 *** Testing stat(): on a file with read/write permission ***
H A Dunlink_variation1-win32-mb.phpt33 // remove write permission of $dirname
44 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";
52 // remove write permission from file
58 // reassign write permission to temp file
77 -- Unlinking file without write permission, its dir having default permission --
/PHP-8.0/ext/oci8/tests/
H A Dlob_032.phpt26 oci_commit($c); // This will cause subsequent ->write() to fail
27 $clob->write("data");
35 Warning: OCILob::write(): ORA-22990: %s in %s on line 19
H A Dlob_021.phpt26 var_dump($blob->write("test"));
28 var_dump($blob->write("test"));
32 var_dump($blob->write("test"));
65 string(%d) "OCILob::write(): %s is not a valid oci8 descriptor resource"
/PHP-8.0/ext/dba/tests/
H A Ddba_gdbm.phpt15 // Read during write is system dependent. Important is that there is no deadlock
22 Read during write:%sallowed
24 Failed to write "key number 6" 2nd time
/PHP-8.0/Zend/tests/
H A Dbuiltin_in_write_context_error1.phpt2 Cannot use built-in functions in write context (assignment)
10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
H A Dbuiltin_in_write_context_error2.phpt2 Cannot use built-in functions in write context (reference)
10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
15 Fatal error: Can't use function return value in write context in %s on line %d
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
18 Fatal error: Can't use method return value in write context in %s on line %d
/PHP-8.0/ext/phar/tests/cache_list/
H A Dcopyonwrite1.phar.phpt2 Phar: copy-on-write test 1 [cache_list]
10 files/write.phar
/PHP-8.0/ext/session/tests/
H A Dbug71162.phpt9 Current session module is designed to write empty session always. In addition, current session modu…
26 public function write($sessid, $sessdata) {
75 write
81 write
H A Dsession_set_save_handler_error2.phpt17 function write($id, $session_data) { }
21 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634_error_5.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in cl…
27 function write($id, $session_data) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation2.phpt15 function write($id, $session_data) { }
20 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-8.0/ext/pgsql/tests/
H A D80_bug14383.phpt31 Read during write:%sallowed
33 Failed to write "key number 6" 2nd time
48 Read during write: not allowed
50 Failed to write "key number 6" 2nd time
/PHP-8.0/ext/standard/tests/streams/
H A Dbug53427.phpt7 $write = NULL;
12 stream_select($read, $write, $except, 0);
H A Dgh8472.phpt25 $write = [];
28 if (stream_select($read, $write, $except, 1)) {
/PHP-8.0/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt11 $write = null;
16 socket_select($sockets, $write, $except, $time);
H A Dsocket_select.phpt18 $write = null;
21 var_dump(socket_select($sockets, $write, $except, 0));
H A Dsocket_select-wrongparams-1-win32.phpt17 $write = null;
20 var_dump(socket_select($sockets, $write, $except, $time));
H A Dsocket_select-wrongparams-4.phpt20 $write = null;
24 var_dump(socket_select($sockets, $write, $except, $time, $usec));
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua73 out:write("\n")
152 out:write("Global labels:\n")
154 out:write(format(" %s\n", t[i]))
156 out:write("\n")
163 out:write("enum {\n")
176 out:write(" \"", t[i], "\",\n")
178 out:write(" (const char *)0\n};\n")
198 out:write("Extern labels:\n")
202 out:write("\n")
1057 out:write("Type definitions:\n")
[all …]
/PHP-8.0/ext/phar/tests/
H A Dphar_buildfromdirectory1.phpt26 Cannot write to archive - write operations restricted by INI setting

Completed in 70 milliseconds

12345678910>>...21