1--TEST--
2Bug #67249 (printf out-of-bounds read)
3--FILE--
4<?php
5var_dump(sprintf("%'", "foo"));
6?>
7--EXPECT--
8string(0) ""
9