Searched refs:updateTimestamp (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/session/tests/user_session_module/ |
H A D | bug71162.phpt | 2 updateTimestamp never called when session data is empty 46 public function updateTimestamp($sessid, $sessdata): bool { 77 updateTimestamp
|
H A D | session_set_save_handler_multiple.phpt | 53 function updateTimestamp($key, $data): bool { 58 …('open', 'close', 'read', 'write', 'destroy', 'gc', 'create_sid', 'validateId', 'updateTimestamp');
|
H A D | gh7787.phpt | 43 public function updateTimestamp($sessid, $sessdata): bool { 83 …ned save handler. (session.save_path: %S, handler: MySessionHandler::updateTimestamp) in %s on lin…
|
H A D | session_set_save_handler_class_001.phpt | 61 public function updateTimestamp($key, $data): bool { 67 // return parent::updateTimestamp($key, $data);
|
H A D | gh9584.phpt | 42 public function updateTimestamp($sessid, $sessdata): bool {
|
H A D | bug79091.phpt | 44 public function updateTimestamp($key, $val): bool
|
/PHP-8.3/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 11 milliseconds