Home
last modified time | relevance | path

Searched refs:validateId (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/session/tests/user_session_module/
H A Dgh9583-extra.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
25 //public function validateId($key) { return true; }
41 echo 'validateId() ', (method_exists($obj, 'validateId') ? ('returns ' . ($obj->validateId(1) ? 'tr…
46 validateId() is commented out
H A Dgh9583.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
25 //public function validateId($key) { return true; }
33 echo "\nvalidateId() ".(method_exists($obj,'validateId')?('returns '.($obj->validateId(1)?'true':'f…
41 validateId() is commented out
H A Dsession_set_save_handler_multiple.phpt49 function validateId($key): bool {
58 …dler('open', 'close', 'read', 'write', 'destroy', 'gc', 'create_sid', 'validateId', 'updateTimesta…
H A Dgh9584.phpt38 public function validateId($sid): bool {
H A Dbug79091.phpt49 public function validateId($key): bool
H A Dbug71162.phpt42 public function validateId($sid): bool {
H A Dgh7787.phpt39 public function validateId($sid): bool {
H A Dsession_set_save_handler_class_001.phpt53 public function validateId($key): bool {
/PHP-8.3/ext/session/
H A Dsession.stub.php122 public function validateId(string $id): bool; function
H A Dsession_arginfo.h216 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionUpdateTimestampHandlerInterface, validateId, arginfo_class_Sess…

Completed in 28 milliseconds