/PHP-8.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-8.0/ext/session/tests/ |
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_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_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'); 52 write: goodbye cruel world 56 #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 | 26 public function write($id, $data) { 28 echo "(#$this->num) destroyed, cannot write\n"; 32 return parent::write($id, $data); 37 echo "(#$this->num) destroyed, cannot write\n"; 59 (#1) destroyed, cannot write 60 (#1) destroyed, cannot write
|
H A D | session_set_save_handler_variation6.phpt | 17 echo "*** Testing session_set_save_handler() : test write short circuit ***\n"; 22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 45 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 48 // $_SESSION should be the same and should skip write() 58 *** Testing session_set_save_handler() : test write short circuit ***
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | copy_variation9.phpt | 11 /* Test copy(): Trying to copy source file to destination file with and without write permissions */ 15 echo "*** Test copy() function: destination with/without write permissions ***\n"; 24 echo "\n-- With write permissions --\n"; 30 echo "\n-- Without write permissions --\n"; 31 chmod($file_path."/copy_copy_variation9.tmp", 0555); //No write permissions 45 *** Test copy() function: destination with/without write permissions *** 47 -- With write permissions -- 53 -- Without write permissions --
|
/PHP-8.0/ext/shmop/tests/ |
H A D | shmop_open_private.phpt | 9 $write = 'test'; 12 shmop_write($shm1, $write, 0); 17 var_dump(is_string($read) && $read !== $write);
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 134 stderr:write(...) 141 stderr:write(...) 155 stderr:write("\n") 251 out:write("\n") 486 out:write("\n") 489 out:write("\n") 567 out:write("\n") 614 out:write("\n") 688 out:write("\n") 875 out:write(format([[ [all …]
|
H A D | dasm_mips.lua | 75 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") 952 out:write("Type definitions:\n") [all …]
|
/PHP-8.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);
|
H A D | stream_select_preserve_keys.phpt | 7 $write = NULL; 11 stream_select($read, $write, $except, 0); 14 stream_select($read, $write, $except, 0); // // emulate_read
|
/PHP-8.0/ext/dba/tests/ |
H A D | dba_ndbm.phpt | 19 Read during write: not allowed 21 Failed to write "key number 6" 2nd time 36 Read during write: not allowed 38 Failed to write "key number 6" 2nd time
|
H A D | dba_db1.phpt | 19 Read during write: not allowed 21 Failed to write "key number 6" 2nd time 36 Read during write: not allowed 38 Failed to write "key number 6" 2nd time
|
H A D | dba_db2.phpt | 19 Read during write: not allowed 21 Failed to write "key number 6" 2nd time 36 Read during write: not allowed 38 Failed to write "key number 6" 2nd time
|
H A D | dba_db3.phpt | 19 Read during write: not allowed 21 Failed to write "key number 6" 2nd time 36 Read during write: not allowed 38 Failed to write "key number 6" 2nd time
|
H A D | dba_flatfile.phpt | 23 Read during write: not allowed 25 Failed to write "key number 6" 2nd time 40 Read during write: not allowed 42 Failed to write "key number 6" 2nd time
|
H A D | dba_db4_000.phpt | 23 Read during write: not allowed 25 Failed to write "key number 6" 2nd time 40 Read during write: not allowed 42 Failed to write "key number 6" 2nd time
|
H A D | dba_dbm.phpt | 23 Read during write: not allowed 25 Failed to write "key number 6" 2nd time 40 Read during write: not allowed 42 Failed to write "key number 6" 2nd time
|
H A D | dba_tcadb.phpt | 28 Read during write: not allowed 30 Failed to write "key number 6" 2nd time 45 Read during write: not allowed 47 Failed to write "key number 6" 2nd time
|
/PHP-8.0/ext/oci8/tests/ |
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"));
|
/PHP-8.0/ext/gd/tests/ |
H A D | createfromwbmp2.phpt | 16 //write header 21 //write width = 2^32 / 4 + 1 31 /*write height = 4*/ 35 /*write some data to cause overflow*/
|
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*/
|