/PHP-8.2/Zend/tests/fibers/ |
H A D | no-switch-gc.phpt | 28 …or: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-gc.php:%d 30 #0 %sno-switch-gc.php(%d): Fiber::suspend() 32 #2 %sno-switch-gc.php(%d): gc_collect_cycles() 34 #4 %sno-switch-gc.php(%d): Fiber->start() 36 thrown in %sno-switch-gc.php on line %d
|
/PHP-8.2/ext/session/tests/ |
H A D | bug55688.phpt | 2 Bug #55688 (Crash when calling SessionHandler::gc()) 16 $x->gc(1);
|
H A D | session_set_save_handler_error2.phpt | 21 function gc($maxlifetime) { return true; } 23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc"); 33 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug32330.phpt | 51 echo "gc: maxlifetime = {$maxlifetime}\n"; 76 gc: maxlifetime = %d 81 gc: maxlifetime = %d 86 gc: maxlifetime = %d
|
H A D | session_module_name_variation2.phpt | 19 function gc($maxlifetime) { } 22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug61728.phpt | 36 function gc ($maxlifetime) { 40 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634.phpt | 36 function gc($maxlifetime) { 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_set_save_handler_error3.phpt | 25 function gc($maxlifetime) { return true; } 27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634_error_2.phpt | 38 function gc($maxlifetime) { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_5.phpt | 37 function gc($maxlifetime) { 41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_module_name_variation3.phpt | 25 function gc($maxlifetime) { return true; } 28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | bug60634_error_4.phpt | 38 function gc($maxlifetime) { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | session_set_save_handler_iface_002.phpt | 23 public function gc($maxlifetime): int|false; 55 public function gc($maxlifetime): int|false { 75 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
|
H A D | 005.phpt | 49 function gc() { return true; } 60 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 74 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 87 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | 025.phpt | 50 function gc() { return true; } 61 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 75 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 91 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | bug60634_error_3.phpt | 38 function gc($maxlifetime) { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | 004.phpt | 48 function gc() { return true; } 59 …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 | 024.phpt | 49 function gc() { return true; } 60 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc")); 75 …d, "close"), array($hnd, "read"), array($hnd, "write"), array($hnd, "destroy"), array($hnd, "gc"));
|
H A D | bug60634_error_1.phpt | 38 function gc($maxlifetime) { 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', '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_variation6.phpt | 25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 40 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 48 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
|
H A D | session_set_save_handler_sid_001.phpt | 45 public function gc($maxlifetime): int|false { 61 …'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, '…
|
/PHP-8.2/ext/session/ |
H A D | session.stub.php | 77 callable $gc = UNKNOWN, argument 110 public function gc(int $max_lifetime): int|false; function 146 public function gc(int $max_lifetime): int|false {} function in SessionHandler
|
/PHP-8.2/Zend/tests/ |
H A D | bug70805.phpt | 17 … unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf 44 // which will make $a be put into gc roots buf twice
|
H A D | object_gc_in_shutdown.phpt | 2 Bug object gc not working in shutdown
|