mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
11 lines
272 B
PHP
11 lines
272 B
PHP
--TEST--
|
|
Bug #67972: SessionHandler Invalid memory read create_sid()
|
|
--SKIPIF--
|
|
<?php include('skipif.inc'); ?>
|
|
--FILE--
|
|
<?php
|
|
|
|
(new SessionHandler)->create_sid();
|
|
--EXPECTF--
|
|
Fatal error: SessionHandler::create_sid(): Cannot call default session handler in %s on line %d
|