According to UPGRADING [1], INI_SCANNER_TYPED was added in PHP 7:
"- parse_ini_file():
- parse_ini_string():
. Added scanner mode INI_SCANNER_TYPED to yield typed
.ini values."However, the INI_SCANNER_TYPED constant already exists in PHP-5.6 and seems to be actually used. -- [1] http://git.php.net/?p=php-src.git;a=blob_plain;f=UPGRADING;hb=PHP-7.0.0 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
