Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/session/tests/
H A Dbug32330.phpt47 function sGC($maxlifetime)
49 echo "gc: maxlifetime = {$maxlifetime}\n";
74 gc: maxlifetime = %d
79 gc: maxlifetime = %d
84 gc: maxlifetime = %d
H A Dsession_set_save_handler_variation4.phpt25 function noisy_gc($maxlifetime) {
26 echo("GC [".$maxlifetime."]\n");
27 echo gc($maxlifetime)." deleted\n";
H A Dsession_set_save_handler_iface_002.phpt27 public function gc($maxlifetime);
57 public function gc($maxlifetime) {
59 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_variation5.phpt24 function noisy_gc($maxlifetime) {
25 echo("GC [".$maxlifetime."]\n");
26 echo gc($maxlifetime)." deleted\n";
H A Dsession_set_save_handler_sid_001.phpt43 public function gc($maxlifetime) {
45 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_016.phpt48 public function gc($maxlifetime) {
50 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_017.phpt48 public function gc($maxlifetime) {
50 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_018.phpt48 public function gc($maxlifetime) {
50 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_iface_003.phpt49 public function gc($maxlifetime) {
51 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_sid_002.phpt43 public function gc($maxlifetime) {
45 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_iface_001.phpt48 public function gc($maxlifetime) {
50 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_002.phpt49 public function gc($maxlifetime) {
51 if (filemtime($filename) + $maxlifetime < time()) {
H A Dbug61728.phpt34 function gc ($maxlifetime) {
H A Dsave_handler.inc49 function gc($maxlifetime) {
56 …($file, 0, $length) === SESSION_FILE_PREFIX && (filemtime($qualified) + $maxlifetime <= time() )) {
H A Dsession_module_name_variation2.phpt23 function gc($maxlifetime) { }
H A Dbug60634_error_2.phpt36 function gc($maxlifetime) {
H A Dbug60634_error_5.phpt35 function gc($maxlifetime) {
H A Dbug60634_error_3.phpt36 function gc($maxlifetime) {
H A Dbug60634_error_4.phpt36 function gc($maxlifetime) {
H A Dbug60634_error_1.phpt36 function gc($maxlifetime) {
H A Dsession_set_save_handler_error2.phpt25 function gc($maxlifetime) { return true; }
H A Dsession_module_name_variation3.phpt29 function gc($maxlifetime) { return true; }
H A Dsession_set_save_handler_error3.phpt29 function gc($maxlifetime) { return true; }
/PHP-7.1/ext/session/
H A Dmod_user_class.c150 zend_long maxlifetime; in PHP_METHOD() local
155 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &maxlifetime) == FAILURE) { in PHP_METHOD()
159 if (PS(default_mod)->s_gc(&PS(mod_data), maxlifetime, &nrdels) == FAILURE) { in PHP_METHOD()
H A Dphp_session.h39 #define PS_READ_ARGS void **mod_data, zend_string *key, zend_string **val, zend_long maxlifetime
40 #define PS_WRITE_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime
42 #define PS_GC_ARGS void **mod_data, zend_long maxlifetime, zend_long *nrdels
45 …PS_UPDATE_TIMESTAMP_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime

Completed in 19 milliseconds

12