Searched refs:updateTimestamp (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/session/tests/ |
H A D | bug71162.phpt | 2 updateTimestamp never called when session data is empty 49 public function updateTimestamp($sessid, $sessdata): bool { 80 updateTimestamp
|
H A D | gh7787.phpt | 46 public function updateTimestamp($sessid, $sessdata): bool { 86 …fined save handler. (session.save_path: , handler: MySessionHandler::updateTimestamp) in %s on lin…
|
H A D | session_set_save_handler_class_001.phpt | 63 public function updateTimestamp($key, $data): bool { 69 // return parent::updateTimestamp($key, $data);
|
H A D | gh9584.phpt | 44 public function updateTimestamp($sessid, $sessdata): bool {
|
H A D | bug79091.phpt | 44 public function updateTimestamp($key, $val): bool
|
/PHP-8.2/ext/session/ |
H A D | session.stub.php | 125 public function updateTimestamp(string $id, string $data): bool; function
|
H A D | session_arginfo.h | 217 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionUpdateTimestampHandlerInterface, updateTimestamp, arginfo_class…
|
Completed in 8 milliseconds