summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61087.phpt
blob: a0375f21bf2047d1540d00d595828a0b61236036 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
--FILE--
<?php
// the used file is actually irrelevant, so just use this file
// even though it's not an .ini
parse_ini_file(__FILE__, false, 100);
?>
--EXPECTF--
Warning: Invalid scanner mode in %s on line %d