Home
last modified time | relevance | path

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

123

/PHP-8.2/Zend/tests/fibers/
H A Dno-switch-gc.phpt28 …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 Dbug55688.phpt2 Bug #55688 (Crash when calling SessionHandler::gc())
16 $x->gc(1);
H A Dsession_set_save_handler_error2.phpt21 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 Dbug32330.phpt51 echo "gc: maxlifetime = {$maxlifetime}\n";
76 gc: maxlifetime = %d
81 gc: maxlifetime = %d
86 gc: maxlifetime = %d
H A Dsession_module_name_variation2.phpt19 function gc($maxlifetime) { }
22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug61728.phpt36 function gc ($maxlifetime) {
40 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634.phpt36 function gc($maxlifetime) {
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_error3.phpt25 function gc($maxlifetime) { return true; }
27 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634_error_2.phpt38 function gc($maxlifetime) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt37 function gc($maxlifetime) {
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt25 function gc($maxlifetime) { return true; }
28 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634_error_4.phpt38 function gc($maxlifetime) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt23 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 D005.phpt49 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 D025.phpt50 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 Dbug60634_error_3.phpt38 function gc($maxlifetime) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A D004.phpt48 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 D024.phpt49 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 Dbug60634_error_1.phpt38 function gc($maxlifetime) {
42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_variation6.phpt25 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 Dsession_set_save_handler_sid_001.phpt45 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 Dsession.stub.php77 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 Dbug70805.phpt17 … 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 Dobject_gc_in_shutdown.phpt2 Bug object gc not working in shutdown

Completed in 14 milliseconds

123