Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Bug #67972: SessionHandler Invalid memory read create_sid() --EXTENSIONS-- sessio..
Decoded Output download
--TEST--
Bug #67972: SessionHandler Invalid memory read create_sid()
--EXTENSIONS--
session
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
<?php
try {
(new SessionHandler)->create_sid();
} catch (Error $exception) {
echo $exception->getMessage() . "
";
}
?>
--EXPECT--
Session is not active
Did this file decode correctly?
Original Code
--TEST--
Bug #67972: SessionHandler Invalid memory read create_sid()
--EXTENSIONS--
session
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
<?php
try {
(new SessionHandler)->create_sid();
} catch (Error $exception) {
echo $exception->getMessage() . "\n";
}
?>
--EXPECT--
Session is not active
Function Calls
None |
Stats
MD5 | a5a4b2c55a28debf972445e8d1454b77 |
Eval Count | 0 |
Decode Time | 72 ms |