Home
last modified time | relevance | path

Searched refs:maxlifetime (Results 1 – 25 of 37) sorted by relevance

12

/php-src/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 Dsession_set_save_handler_variation4.phpt18 function noisy_gc($maxlifetime) {
19 echo("GC [".$maxlifetime."]\n");
20 echo gc($maxlifetime)." deleted\n";
H A Dsession_set_save_handler_iface_002.phpt18 public function gc($maxlifetime): int|false;
50 public function gc($maxlifetime): int|false {
52 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_016.phpt42 public function gc($maxlifetime): int|false {
44 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_017.phpt42 public function gc($maxlifetime): int|false {
44 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_iface_003.phpt40 public function gc($maxlifetime): int|false {
42 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_sid_002.phpt42 public function gc($maxlifetime): int|false {
44 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_variation5.phpt17 function noisy_gc($maxlifetime) {
18 echo("GC [".$maxlifetime."]\n");
19 echo gc($maxlifetime)." deleted\n";
H A Dsession_set_save_handler_class_018.phpt42 public function gc($maxlifetime): int|false {
44 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_sid_001.phpt40 public function gc($maxlifetime): int|false {
42 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_iface_001.phpt39 public function gc($maxlifetime): int|false {
41 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_002.phpt43 public function gc($maxlifetime): int|false {
45 if (filemtime($filename) + $maxlifetime < time()) {
H A Dbug61728.phpt35 function gc ($maxlifetime): int {
H A Dbug80889.phpt25 public function gc($maxlifetime): int|false {
H A Dbug60634.phpt35 function gc($maxlifetime): int {
H A Dgh9584.phpt30 public function gc($maxlifetime): int|false {
H A Dbug80889a.phpt26 function ($maxlifetime) {
H A Dbug79091.phpt19 public function gc($maxlifetime): int|false
H A Dbug60634_error_5.phpt36 function gc($maxlifetime): int {
H A Dsession_set_save_handler_error2.phpt20 function gc($maxlifetime): int|false { return true; }
H A Dsession_set_save_handler_error3.phpt23 function gc($maxlifetime) { return true; }
/php-src/ext/session/
H A Dmod_user_class.c142 zend_long maxlifetime; in PHP_METHOD() local
145 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &maxlifetime) == FAILURE) { in PHP_METHOD()
151 if (PS(default_mod)->s_gc(&PS(mod_data), maxlifetime, &nrdels) == FAILURE) { in PHP_METHOD()
H A Dphp_session.h31 #define PS_READ_ARGS void **mod_data, zend_string *key, zend_string **val, zend_long maxlifetime
32 #define PS_WRITE_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime
34 #define PS_GC_ARGS void **mod_data, zend_long maxlifetime, zend_long *nrdels
37 …PS_UPDATE_TIMESTAMP_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime
/php-src/ext/session/tests/
H A Dsession_module_name_variation2.phpt20 public function gc($maxlifetime): int { return 1; }
H A Dsession_module_name_variation3.phpt26 public function gc($maxlifetime): int { return 1; }

Completed in 24 milliseconds

12