Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/PHP-5.3/ext/session/tests/
H A Dbug60634_error_4.phpt2 …4 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after …
28 function write($id, $session_data) {
29 echo "write: goodbye cruel world\n";
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
46 write: goodbye cruel world
H A Dbug60634_error_1.phpt2 … (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write durin…
27 function write($id, $session_data) {
28 echo "write: goodbye cruel world\n";
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
47 write: goodbye cruel world
H A Dbug60634_error_2.phpt2 …4 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write during…
27 function write($id, $session_data) {
28 echo "write: goodbye cruel world\n";
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
47 write: goodbye cruel world
H A Dbug60634_error_3.phpt2 … (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after…
28 function write($id, $session_data) {
29 echo "write: goodbye cruel world\n";
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
46 write: goodbye cruel world
H A Dbug60634.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())
27 function write($id, $session_data) {
28 die("write: goodbye cruel world\n");
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
46 write: goodbye cruel world
H A Dsession_set_save_handler_error2.phpt11 …t_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy…
21 function write($id, $session_data) { }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
35 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…
28 function write($id, $session_data) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
/PHP-5.3/ext/standard/tests/file/
H A Dcopy_variation9.phpt25 /* Test copy(): Trying to copy source file to destination file with and without write permissions */
29 echo "*** Test copy() function: destination with/without write permissions ***\n";
38 echo "\n-- With write permissions --\n";
44 echo "\n-- Without write permissions --\n";
45 chmod($file_path."/copy_copy_variation9.tmp", 0555); //No write permissions
60 *** Test copy() function: destination with/without write permissions ***
62 -- With write permissions --
68 -- Without write permissions --
H A Dfile_put_contents_variation8-win32.phpt44 echo "Failed to write data to: $key\n";
62 Failed to write data to: FALSE
67 Failed to write data to: NULL
72 Failed to write data to: ""
77 Failed to write data to: " "
80 Failed to write data to: \0
85 Failed to write data to: array()
90 Failed to write data to: /no/such/file/dir
95 Failed to write data to: php/php
H A Dfile_put_contents_variation8.phpt46 echo "Failed to write data to: $names_arr[$i]\n";
61 Failed to write data to:
65 Failed to write data to:
69 Failed to write data to:
73 Failed to write data to: �
77 Failed to write data to: Array
81 Failed to write data to: %sdir
85 Failed to write data to: %sphp
H A Dstat_variation5-win32.phpt2 Test stat() functions: usage variations - file opened in read/write mode
17 /* test the stats of file opened in write mode and then same in read mode */
27 echo "\n*** Testing stat(): on a file with read/write permission ***\n";
60 *** Testing stat(): on a file with read/write permission ***
H A Dfile_put_contents_variation1.phpt17 $data = "The first string to write";
40 The first string to write, followed by this
42 The first string to write
/PHP-5.3/ext/oci8/tests/
H A Dlob_002.phpt29 var_dump($blob->write("test", -1));
30 var_dump($blob->write("test", "str"));
31 var_dump($blob->write("test", 1000000));
32 var_dump($blob->write(str_repeat("test", 10000), 1000000));
65 Warning: OCI-Lob::write() expects parameter 2 to be long, string given in %slob_002.php on line %d
H A Dlob_039.phpt2 Test CLOB->write() for multiple inserts
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
H A Dlob_014.phpt28 var_dump($blob->write("test"));
30 var_dump($blob->write("test"));
32 var_dump($blob->write("test"));
53 Warning: OCI-Lob::write(): %d is not a valid oci8 descriptor resource in %slob_014.php on line %d
H A Dlob_032.phpt26 oci_commit($c); // This will cause subsequent ->write() to fail
27 $clob->write("data");
35 Warning: OCI-Lob::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"));
30 var_dump($blob->write("test"));
58 Warning: OCI-Lob::write(): %d is not a valid oci8 descriptor resource in %s on line %d
/PHP-5.3/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt11 $write = null;
14 var_dump(socket_select($sockets, $write, $except, $time));
15 socket_select($sockets, $write, $except);
/PHP-5.3/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt16 //write header
21 //write width = 2^32 / 4 + 1
31 /*write height = 4*/
35 /*write some data to cause overflow*/
H A Dcreatefromwbmp2.phpt16 //write header
21 //write width = 2^32 / 4 + 1
31 /*write height = 4*/
35 /*write some data to cause overflow*/
/PHP-5.3/ext/curl/
H A Dinterface.c255 if (ch->handlers->write && ch->handlers->write->stream) { in _php_curl_verify_handlers()
262 ch->handlers->write->fp = 0; in _php_curl_verify_handlers()
1624 dupch->handlers->write->stream = ch->handlers->write->stream; in PHP_FUNCTION()
1625 dupch->handlers->write->method = ch->handlers->write->method; in PHP_FUNCTION()
1626 dupch->handlers->write->type = ch->handlers->write->type; in PHP_FUNCTION()
1638 dupch->handlers->write->fp = ch->handlers->write->fp; in PHP_FUNCTION()
1651 dupch->handlers->write->func_name = ch->handlers->write->func_name; in PHP_FUNCTION()
2338 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) { in PHP_FUNCTION()
2340 RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1); in PHP_FUNCTION()
2344 if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/phar/tests/cache_list/
H A Dcopyonwrite1.phar.phpt2 Phar: copy-on-write test 1 [cache_list]
11 files/write.phar
/PHP-5.3/Zend/tests/
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-5.3/ext/shmop/tests/
H A D001.phpt25 echo "shm write test #1: ";
61 echo "shm write test #1: ";
83 shm write test #1: ok
87 shmop_write(): trying to write to a read only segment
89 shm write test #1: ok

Completed in 44 milliseconds

12345678910>>...18