/PHP-7.0/ext/libxml/tests/ |
H A D | bug61367-write.phpt | 2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test 22 var_dump(mkdir('test_bug_61367-write')); 23 var_dump(mkdir('test_bug_61367-write/base')); 24 var_dump(file_put_contents('test_bug_61367-write/bad', 'blah')); 25 var_dump(chdir('test_bug_61367-write/base')); 33 @unlink('test_bug_61367-write/bad'); 34 rmdir('test_bug_61367-write/base'); 35 rmdir('test_bug_61367-write');
|
/PHP-7.0/ext/session/tests/ |
H A D | bug60634_error_4.phpt | 2 …4 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after … 27 function write($id, $session_data) { 28 echo "write: goodbye cruel world\n"; 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc'); 45 write: goodbye cruel world 49 #0 [internal function]: write('%s', '')
|
H A D | bug60634_error_2.phpt | 2 …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 51 #0 [internal function]: write('%s', '')
|
H A D | bug60634_error_3.phpt | 2 … (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after… 27 function write($id, $session_data) { 28 echo "write: goodbye cruel world\n"; 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc'); 45 write: goodbye cruel world 49 #0 [internal function]: write(%s, '')
|
H A D | bug60634_error_1.phpt | 2 … (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 51 #0 [internal function]: write(%s, '')
|
H A D | bug60634.phpt | 2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) 26 function write($id, $session_data) { 27 die("write: goodbye cruel world\n"); 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc'); 45 write: goodbye cruel world
|
H A D | session_set_save_handler_class_011.phpt | 32 public function write($id, $data) { 34 echo "(#$this->num) destroyed, cannot write\n"; 38 return parent::write($id, $data); 43 echo "(#$this->num) destroyed, cannot write\n"; 65 (#1) destroyed, cannot write 66 (#1) destroyed, cannot write
|
H A D | session_set_save_handler_variation6.phpt | 17 …t_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy… 22 echo "*** Testing session_set_save_handler() : test write short circuit ***\n"; 27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 42 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 50 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 53 // $_SESSION should be the same and should skip write() 63 *** Testing session_set_save_handler() : test write short circuit ***
|
H A D | session_set_save_handler_error2.phpt | 13 …t_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy… 23 function write($id, $session_data) { } 27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); 37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | copy_variation9.phpt | 25 /* 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 D | file_put_contents_variation8-win32.phpt | 44 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: " " 82 Failed to write data to: \0 87 Failed to write data to: array() 92 Failed to write data to: /no/such/file/dir 97 Failed to write data to: php/php
|
H A D | file_put_contents_variation8.phpt | 46 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: 75 Failed to write data to: 81 Failed to write data to: Array 85 Failed to write data to: %sdir 89 Failed to write data to: %sphp
|
/PHP-7.0/ext/standard/tests/streams/ |
H A D | bug69521.phpt | 22 $read = $write = array($fp); 25 $write = array(); 27 $changed = stream_select($read, $write, $except, 0, 500000);
|
/PHP-7.0/ext/oci8/tests/ |
H A D | lob_002.phpt | 29 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 integer, string given in %slob_002.php on line …
|
H A D | lob_039.phpt | 2 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 D | lob_014.phpt | 28 var_dump($blob->write("test")); 30 var_dump($blob->write("test")); 32 var_dump($blob->write("test")); 53 Warning: OCI-Lob::write(): %s is not a valid oci8 descriptor resource in %slob_014.php on line %d
|
/PHP-7.0/ext/dba/tests/ |
H A D | dba_db1.phpt | 20 Read during write: not allowed 22 Failed to write "key number 6" 2nd time 37 Read during write: not allowed 39 Failed to write "key number 6" 2nd time
|
H A D | dba_db2.phpt | 20 Read during write: not allowed 22 Failed to write "key number 6" 2nd time 37 Read during write: not allowed 39 Failed to write "key number 6" 2nd time
|
H A D | dba_db3.phpt | 20 Read during write: not allowed 22 Failed to write "key number 6" 2nd time 37 Read during write: not allowed 39 Failed to write "key number 6" 2nd time
|
H A D | dba_db4_000.phpt | 24 Read during write: not allowed 26 Failed to write "key number 6" 2nd time 41 Read during write: not allowed 43 Failed to write "key number 6" 2nd time
|
H A D | dba_dbm.phpt | 20 Read during write: not allowed 22 Failed to write "key number 6" 2nd time 37 Read during write: not allowed 39 Failed to write "key number 6" 2nd time
|
H A D | dba_flatfile.phpt | 24 Read during write: not allowed 26 Failed to write "key number 6" 2nd time 41 Read during write: not allowed 43 Failed to write "key number 6" 2nd time
|
H A D | dba_ndbm.phpt | 20 Read during write: not allowed 22 Failed to write "key number 6" 2nd time 37 Read during write: not allowed 39 Failed to write "key number 6" 2nd time
|
/PHP-7.0/ext/sockets/tests/ |
H A D | socket_select-wrongparams-2.phpt | 11 $write = null; 14 var_dump(socket_select($sockets, $write, $except, $time)); 15 socket_select($sockets, $write, $except);
|
/PHP-7.0/ext/gd/tests/ |
H A D | createfromwbmp2_extern.phpt | 16 //write header 21 //write width = 2^32 / 4 + 1 31 /*write height = 4*/ 35 /*write some data to cause overflow*/
|