Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 25 of 62) sorted by relevance

123

/PHP-7.4/ext/session/tests/
H A Dbug55688.phpt2 Bug #55688 (Crash when calling SessionHandler::gc())
12 $x->gc(1);
15 Warning: SessionHandler::gc(): Session is not active in %s on line %d
H A Dsession_set_save_handler_error2.phpt13 …(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 Dbug32330.phpt49 echo "gc: maxlifetime = {$maxlifetime}\n";
74 gc: maxlifetime = %d
79 gc: maxlifetime = %d
84 gc: maxlifetime = %d
H A Dsession_set_save_handler_error3.phpt15 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
29 function gc($maxlifetime) { return true; }
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug61728.phpt34 function gc ($maxlifetime) {
38 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
H A Dsession_module_name_variation2.phpt23 function gc($maxlifetime) { }
26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_variation2.phpt11 …(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 Dsession_set_save_handler_variation6.phpt18 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
51 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_variation3.phpt13 …(callback $open, callback $close, callback $read, callback $write, callback $destroy, callback $gc)
24 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dbug60634_error_2.phpt36 function gc($maxlifetime) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt35 function gc($maxlifetime) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt27 public function gc($maxlifetime);
57 public function gc($maxlifetime) {
76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug60634_error_3.phpt36 function gc($maxlifetime) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.phpt36 function gc($maxlifetime) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A D004.phpt46 function gc() { return true; }
56 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
68 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A D005.phpt47 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 D025.phpt48 function gc() { return true; }
58 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
72 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
88 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dbug60634_error_1.phpt36 function gc($maxlifetime) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt29 function gc($maxlifetime) { return true; }
32 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt47 function gc() { return true; }
57 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
72 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
H A Dbug60634.phpt34 function gc($maxlifetime) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_sid_001.phpt43 public function gc($maxlifetime) {
59 …array($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc
/PHP-7.4/Zend/tests/
H A Dobject_gc_in_shutdown.phpt2 Bug object gc not working in shutdown
H A Dbug70805.phpt15 unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf
42 // which will make $a be putted into gc roots buf twice

Completed in 47 milliseconds

123