3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = parse_ini_string("[SectionA]waa=meukee\n[SectionB]waa=meukee\n[SectionA]waa=waa?\nboolean=true\n[DataTypes]\nstring=\"3.1415\"\nfloat=3.1415\ninteger=3\nboolean=false\nnulll=null",true, defined('INI_SCANNER_TYPED') ? INI_SCANNER_TYPED : INI_SCANNER_NORMAL); var_dump($result);

preferences:
64.22 ms | 402 KiB | 5 Q