Searched refs:max_lifetime (Results 1 – 7 of 7) sorted by relevance
110 public function gc(int $max_lifetime): int|false; argument146 public function gc(int $max_lifetime): int|false {} argument
114 ZEND_ARG_TYPE_INFO(0, max_lifetime, IS_LONG, 0)
15 public function gc($max_lifetime): int|false { return 1; }
46 function gc($max_lifetime): int { return 1; }
47 function gc($max_lifetime): int { return 1; }
18 public function gc(int $max_lifetime): int|false
Completed in 8 milliseconds