Home
last modified time | relevance | path

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

/PHP-8.2/ext/session/tests/
H A Dgh9583-extra.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
27 //public function validateId($key) { return true; }
43 echo 'validateId() ', (method_exists($obj, 'validateId') ? ('returns ' . ($obj->validateId(1) ? 'tr…
48 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() …
27 //public function validateId($key) { return true; }
35 echo "\nvalidateId() ".(method_exists($obj,'validateId')?('returns '.($obj->validateId(1)?'true':'f…
43 validateId() is commented out
H A Dgh9584.phpt40 public function validateId($sid): bool {
H A Dbug79091.phpt49 public function validateId($key): bool
H A Dbug71162.phpt45 public function validateId($sid): bool {
H A Dgh7787.phpt42 public function validateId($sid): bool {
H A Dsession_set_save_handler_class_001.phpt55 public function validateId($key): bool {
/PHP-8.2/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…
/PHP-8.2/
H A DNEWS2319 that doesn't have a validateId() method). (Girgias)

Completed in 26 milliseconds