Test: /ext/session/tests/bug73529.phpt - Version 7.0.15-dev        

Bug #73529 session_decode() silently fails on wrong input
Submitted: 2016-11-15 14:55:30 Modified: 2016-11-27 01:26:08
From: love Assigned: yohgaki
Status: Closed Package: Session related
PHP Version: 7.1.0RC6 OS:

There are 2 different diffs reported by users for this test.

Count Diff
4 (67%)
001+ Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s/bug73529.php on line 13
002+
003+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug73529.php on line 15
2 (33%)
006+ bool(true)
006- bool(false)