summaryrefslogtreecommitdiff
path: root/Zend/tests/bug74603.phpt
blob: 5a5e40292e7913483829a401c0f43f6adaafd74c (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability)
--FILE--
<?php
var_dump(parse_ini_file(__DIR__ . "/bug74603.ini", true, INI_SCANNER_NORMAL));
?>
--EXPECT--
array(1) {
  [0]=>
  string(1) "0"
}