summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug70068.phpt
blob: 92a38dfbd6923be0f50a8a26a473ec1b23d4970f (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
--FILE--
<?php
$a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAABBBBCCCC\01\00\00\00\04\00\00\00\00\00\00\00\00\00\00";}');
?>
OK
--EXPECT--
OK