1--TEST--
2Bug #74111: Heap buffer overread (READ: 1) finish_nested_data from unserialize
3--FILE--
4<?php
5$s = 'O:8:"stdClass":00000000';
6var_dump(unserialize($s));
7?>
8--EXPECTF--
9Notice: unserialize(): Error at offset 25 of 23 bytes in %s on line %d
10bool(false)
11