Home
last modified time | relevance | path

Searched refs:write (Results 51 – 75 of 521) sorted by relevance

12345678910>>...21

/PHP-8.0/ext/standard/tests/file/
H A Dunlink_variation1-win32.phpt32 // remove write permission of $dirname
43 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";
51 // remove write permission from file
57 // reassign write permission to temp file
75 -- Unlinking file without write permission, its dir having default permission --
H A Dfile_put_contents_variation8-win32.phpt41 echo "Failed to write data to: $key\n";
70 Failed to write data to: " "
81 Failed to write data to: /no/such/file/dir
86 Failed to write data to: php/php
H A Dunlink_variation1.phpt33 // remove write permission of $dirname
44 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";
51 // remove write permission from file
74 -- Unlinking file without write permission, its dir having default permission --
/PHP-8.0/ext/oci8/tests/
H A Dlob_002.phpt29 var_dump($blob->write("test", -1));
30 var_dump($blob->write("test", 1000000));
31 var_dump($blob->write(str_repeat("test", 10000), 1000000));
H A Dlob_036.phpt28 var_dump($blob->write("test"));
30 var_dump($blob->write("test"));
H A Dlob_006.phpt29 var_dump($blob->write($str));
32 var_dump($blob->write("string was here. tick-tack-tick-tack."));
34 var_dump($blob->write("some"));
H A Dlob_014.phpt28 var_dump($blob->write("test"));
30 var_dump($blob->write("test"));
/PHP-8.0/ext/session/tests/
H A Dbug61728.phpt23 function write ($id, $sess_data) {
38 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
H A Dbug69111.phpt16 $sh->write("foo", "bar");
22 Warning: SessionHandler::write(): Session is not active in %s on line 11
H A Dbug32330.phpt37 echo "write: id = {$id}, data = {$data}\n";
75 write: id = %s, data = A|s:1:"B";
85 write: id = %s, data = E|s:1:"F";
H A Dsession_set_save_handler_error3.phpt21 function write($id, $session_data) { }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_module_name_variation3.phpt21 function write($id, $session_data) { return true; }
26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm64.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")
1110 out:write("Type definitions:\n")
[all …]
/PHP-8.0/ext/sockets/tests/
H A Dsocket_select-wrongparams-1.phpt17 $write = null;
20 var_dump(socket_select($sockets, $write, $except, $time));
/PHP-8.0/ext/gd/libgd/
H A Dwebpng.c35 int write = 0; in main() local
108 write = 1; in main()
133 write = 1; in main()
244 if (write) in main()
/PHP-8.0/ext/dba/tests/
H A Ddba_lmdb.phpt24 Read during write:%sallowed
26 Failed to write "key number 6" 2nd time
H A Ddba_qdbm.phpt24 Read during write:%sallowed
26 Failed to write "key number 6" 2nd time
/PHP-8.0/ext/session/
H A Dsession.stub.php50 callable $write = UNKNOWN, argument
78 public function write(string $id, string $data); function
114 public function write(string $id, string $data) {} function in SessionHandler
/PHP-8.0/ext/spl/tests/
H A DarrayObject_exchangeArray_basic1.phpt2 SPL: ArrayObject::exchangeArray() and copy-on-write references
7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
/PHP-8.0/ext/shmop/tests/
H A D001.phpt25 echo "shm write test #1: ";
60 echo "shm write test #2: ";
80 shm write test #1: ok
86 shm write test #2: ok
/PHP-8.0/ext/openssl/tests/
H A Dbug72333.phpt24 while (stream_select($read, $write, $except, 1)) {
47 $write = [$fp];
49 while (stream_select($read, $write, $except, 1)) {
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_open_flags.phpt10 // Default open flag is read-write|create
29 Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly d…
/PHP-8.0/ext/date/tests/
H A Dbug65672.phpt17 # Ensure we can modify properties (retrieve for write)
26 # Ensure we can modify properties (retrieve for write)
/PHP-8.0/ext/xmlreader/tests/
H A D014.phpt57 Cannot write to read-only property
58 Cannot write to read-only property
59 Cannot write to read-only property
/PHP-8.0/ext/curl/
H A Dinterface.c193 if (ch->handlers->write && !Z_ISUNDEF(ch->handlers->write->stream)) { in _php_curl_verify_handlers()
201 ch->handlers->write->fp = 0; in _php_curl_verify_handlers()
1275 if (curl->handlers->write) { in curl_get_gc()
1891 ch->handlers->write->stream = source->handlers->write->stream; in _php_setup_easy_copy_handlers()
1892 ch->handlers->write->method = source->handlers->write->method; in _php_setup_easy_copy_handlers()
1904 ch->handlers->write->fp = source->handlers->write->fp; in _php_setup_easy_copy_handlers()
1910 ZVAL_COPY(&ch->handlers->write->func_name, &source->handlers->write->func_name); in _php_setup_easy_copy_handlers()
2989 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.s) { in PHP_FUNCTION()
2995 if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) { in PHP_FUNCTION()
3375 efree(ch->handlers->write); in curl_free_obj()
[all …]

Completed in 35 milliseconds

12345678910>>...21