/PHP-5.5/ext/session/tests/ |
H A D | bug55688.phpt | 2 Bug #55688 (Crash when calling SessionHandler::gc()) 12 $x->gc(1); 15 Warning: SessionHandler::gc(): Parent session handler is not open in %s on line %d
|
H A D | session_set_save_handler_error2.phpt | 13 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 25 function gc($maxlifetime) { return true; } 27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); 37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug32330.phpt | 48 echo "gc: maxlifetime = {$maxlifetime}\n"; 73 gc: maxlifetime = %d 78 gc: maxlifetime = %d 83 gc: maxlifetime = %d
|
H A D | session_set_save_handler_error3.phpt | 14 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 28 function gc($maxlifetime) { return true; } 30 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug61728.phpt | 32 function gc ($maxlifetime) { 36 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_module_name_variation2.phpt | 23 function gc($maxlifetime) { } 26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_set_save_handler_variation3.phpt | 13 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 23 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
|
H A D | session_set_save_handler_variation2.phpt | 11 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 22 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
|
H A D | bug60634.phpt | 33 function gc($maxlifetime) { 37 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_3.phpt | 35 function gc($maxlifetime) { 39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_5.phpt | 34 function gc($maxlifetime) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_1.phpt | 34 function gc($maxlifetime) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_4.phpt | 35 function gc($maxlifetime) { 39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_set_save_handler_iface_002.phpt | 27 public function gc($maxlifetime); 57 public function gc($maxlifetime) { 76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
|
H A D | bug60634_error_2.phpt | 34 function gc($maxlifetime) { 38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_module_name_variation3.phpt | 28 function gc($maxlifetime) { } 31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | 024.phpt | 46 function gc() { return true; } 56 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 71 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | 004.phpt | 45 function gc() { return true; } 55 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 67 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | session_set_save_handler_basic.phpt | 14 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 29 session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); 43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | 005.phpt | 47 function gc() { return true; } 57 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 71 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 84 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | 025.phpt | 48 function gc() { return true; } 65 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 79 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 95 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | save_handler_closures.inc | 5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
|
H A D | session_set_save_handler_sid_001.phpt | 42 public function gc($maxlifetime) { 58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
|
H A D | session_set_save_handler_sid_002.phpt | 42 public function gc($maxlifetime) { 58 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc…
|
H A D | session_set_save_handler_variation4.phpt | 17 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc) 26 gc($maxlifetime);
|