Home
last modified time | relevance | path

Searched refs:updateTimestamp (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/session/tests/
H A Dbug71162.phpt2 updateTimestamp never called when session data is empty
47 public function updateTimestamp($sessid, $sessdata) {
78 updateTimestamp
H A Dsession_set_save_handler_class_001.phpt66 public function updateTimestamp($key, $data) {
72 // return parent::updateTimestamp($key, $data);
H A Dbug79091.phpt46 public function updateTimestamp($key, $val)
/PHP-7.4/ext/session/
H A Dmod_user_class.c201 PHP_METHOD(SessionHandler, updateTimestamp) in PHP_METHOD() argument
H A Dphp_session.h331 extern PHP_METHOD(SessionHandler, updateTimestamp);
H A Dsession.c2831 …PHP_ABSTRACT_ME(SessionUpdateTimestampHandlerInterface, updateTimestamp, arginfo_session_class_upd…

Completed in 25 milliseconds