Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 25 of 67) 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/user_session_module/
H A Dbug32330.phpt47 function gc($maxlifetime): int
49 echo "gc: maxlifetime = {$maxlifetime}\n";
75 gc: maxlifetime = %d
80 gc: maxlifetime = %d
85 gc: maxlifetime = %d
H A Dbug55688.phpt2 Bug #55688 (Crash when calling SessionHandler::gc())
14 $x->gc(1);
H A Dsession_set_save_handler_multiple.phpt42 function gc($lifetime): bool {
58 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc', 'create_sid', 'validate…
67 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_error3.phpt23 function gc($maxlifetime) { return true; }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634_error_4.phpt31 function gc($maxlifetime) {
34 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_iface_002.phpt18 public function gc($maxlifetime): int|false;
50 public function gc($maxlifetime): int|false {
70 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 Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
H A Dsession_set_save_handler_variation6.phpt23 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
38 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
46 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
H A Dsession_set_save_handler_sid_001.phpt40 public function gc($maxlifetime): int|false {
56 …'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc'), array($handler, '…
H A Dsession_set_save_handler_class_002.phpt43 public function gc($maxlifetime): int|false {
55 …ay($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc'));
H A Dsession_set_save_handler_iface_001.phpt39 public function gc($maxlifetime): int|false {
51 …ay($handler, 'read'), array($handler, 'write'), array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug61728.phpt35 function gc ($maxlifetime): int {
H A Dbug31454.phpt15 array(&$arf, 'gc')
/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
H A Dsession_arginfo.h66 ZEND_ARG_TYPE_INFO(0, gc, IS_CALLABLE, 0)
166 ZEND_METHOD(SessionHandler, gc);
204 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionHandlerInterface, gc, arginfo_class_SessionHandlerInterface_gc,…
228 ZEND_ME(SessionHandler, gc, arginfo_class_SessionHandler_gc, ZEND_ACC_PUBLIC)
/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
H A Dbug71930.phpt2 Bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dgc_033.phpt19 /* let's full the gc roots */
/PHP-8.2/Zend/
H A Dzend_types.h370 zend_refcounted_h gc; member
374 zend_refcounted_h gc; member
389 zend_refcounted_h gc; member
557 zend_refcounted_h gc; member
566 zend_refcounted_h gc; member
588 zend_refcounted_h gc; member
594 zend_refcounted_h gc; member
716 zend_refcounted_h *_p = &(p)->gc; \
726 zend_refcounted_h *_p = &(p)->gc; \
1385 Z_COUNTED_P(z) = gc; \
[all …]
/PHP-8.2/ext/opcache/tests/
H A Dbug76446.phpt2 Bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval_gc_flags((str)->gc)
/PHP-8.2/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */

Completed in 67 milliseconds

123