summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize/unserialize_leak.phpt
blob: 383bcfc07569f7d370e07a174ceea0572d67f03c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Unserialize leak in SplObjectStorage
--FILE--
<?php

$payload = 'C:16:"SplObjectStorage":113:{x:i:2;O:8:"stdClass":1:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:7;,R:2;s:4:"next";;r:3;};m:a:0:{}}';
try {
    var_dump(unserialize($payload));
} catch (Exception $e) {
    echo $e->getMessage(), "\n";
}

?>
--EXPECTF--
Notice: SplObjectStorage::unserialize(): Unexpected end of serialized data in %s on line %d
Error at offset 24 of 113 bytes