1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/Zend/tests/bug74603.phpt
2018-07-30 09:43:09 -03:00

12 lines
219 B
PHP

--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"
}