Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/tests/
H A Dbug32330.phpt46 function sGC($maxlifetime)
48 echo "gc: maxlifetime = {$maxlifetime}\n";
73 gc: maxlifetime = %d
78 gc: maxlifetime = %d
83 gc: maxlifetime = %d
H A Dsession_set_save_handler_variation4.phpt24 function noisy_gc($maxlifetime) {
25 echo("GC [".$maxlifetime."]\n");
26 gc($maxlifetime);
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_class_002.phpt48 public function gc($maxlifetime) {
50 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 Dbug61728.phpt32 function gc ($maxlifetime) {
H A Dsession_module_name_variation2.phpt23 function gc($maxlifetime) { }
H A Dbug60634.phpt33 function gc($maxlifetime) {
H A Dbug60634_error_3.phpt35 function gc($maxlifetime) {
H A Dbug60634_error_5.phpt34 function gc($maxlifetime) {
H A Dbug60634_error_1.phpt34 function gc($maxlifetime) {
H A Dbug60634_error_4.phpt35 function gc($maxlifetime) {
H A Dbug60634_error_2.phpt34 function gc($maxlifetime) {
H A Dsession_module_name_variation3.phpt28 function gc($maxlifetime) { }
H A Dsession_set_save_handler_error3.phpt28 function gc($maxlifetime) { return true; }
H A Dsession_set_save_handler_error2.phpt23 function gc($maxlifetime) { return true; }
H A Dsave_handler.inc46 function gc($maxlifetime) {
/PHP-5.4/ext/session/
H A Dmod_user_class.c132 long maxlifetime; in PHP_METHOD() local
137 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &maxlifetime) == FAILURE) { in PHP_METHOD()
141 RETVAL_BOOL(SUCCESS == PS(default_mod)->s_gc(&PS(mod_data), maxlifetime, &nrdels TSRMLS_CC)); in PHP_METHOD()
H A Dmod_files.c214 static int ps_files_cleanup_dir(const char *dirname, int maxlifetime TSRMLS_DC) in ps_files_cleanup_dir()
254 (now - sbuf.st_mtime) > maxlifetime) { in ps_files_cleanup_dir()
462 *nrdels = ps_files_cleanup_dir(data->basedir, maxlifetime TSRMLS_CC); in PS_GC_FUNC()
H A Dmod_user.c179 SESS_ZVAL_LONG(maxlifetime, args[0]); in PS_GC_FUNC()
H A Dphp_session.h37 #define PS_GC_ARGS void **mod_data, int maxlifetime, int *nrdels TSRMLS_DC
H A Dmod_mm.c426 limit -= maxlifetime; in PS_GC_FUNC()
H A Dsession.c2117 ZEND_ARG_INFO(0, maxlifetime)
/PHP-5.4/
H A Dphp.ini-development1458 ; http://php.net/session.gc-maxlifetime
H A Dphp.ini-production1458 ; http://php.net/session.gc-maxlifetime

Completed in 38 milliseconds