Searched refs:validateId (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/session/tests/user_session_module/ |
H A D | gh9583-extra.phpt | 2 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 D | gh9583.phpt | 2 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 D | session_set_save_handler_multiple.phpt | 49 function validateId($key): bool { 58 …dler('open', 'close', 'read', 'write', 'destroy', 'gc', 'create_sid', 'validateId', 'updateTimesta…
|
H A D | gh9584.phpt | 38 public function validateId($sid): bool {
|
H A D | bug79091.phpt | 49 public function validateId($key): bool
|
H A D | bug71162.phpt | 42 public function validateId($sid): bool {
|
H A D | gh7787.phpt | 39 public function validateId($sid): bool {
|
H A D | session_set_save_handler_class_001.phpt | 53 public function validateId($key): bool {
|
/php-src/ext/session/ |
H A D | session.stub.php | 122 public function validateId(string $id): bool; function
|
Completed in 9 milliseconds