summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug67249.phpt
blob: 6ea75289e64a4b64c928e3aba9de1ddcc2b5c3c2 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #67249 (printf out-of-bounds read)
--FILE--
<?php
var_dump(sprintf("%'", "foo"));
?>
--EXPECT--
string(0) ""