Home
last modified time | relevance | path

Searched refs:max_lifetime (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/session/
H A Dsession.stub.php110 public function gc(int $max_lifetime): int|false; argument
146 public function gc(int $max_lifetime): int|false {} argument
H A Dsession_arginfo.h114 ZEND_ARG_TYPE_INFO(0, max_lifetime, IS_LONG, 0)
/php-src/ext/session/tests/user_session_module/
H A Dgh9583-extra.phpt15 public function gc($max_lifetime): int|false { return 1; }
H A Dgh9583.phpt15 public function gc($max_lifetime): int|false { return 1; }
H A Dbasic_set_save_handler_test.phpt46 function gc($max_lifetime): int { return 1; }
H A Dbasic_set_save_handler_test02.phpt47 function gc($max_lifetime): int { return 1; }
/php-src/ext/session/tests/
H A Dgh12504.phpt18 public function gc(int $max_lifetime): int|false

Completed in 12 milliseconds