3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('INSTALL_ROOT', "meukee!"); $array = parse_ini_string('[Section] cast.float = 1.2 cast.string = "fsdjlk" cast.string = "fsdjlk=waa;meukee" cast.int = 123456 cast.negativeInt = -123456 cast.PostiveInt = +123456 cast.null = null cast.noAssignment cast.bool.true = true cast.bool.false = false cast.installroot[] = 123456 cast.installroot[] = INSTALL_ROOT "waa" cast.installroot[] = INSTALL_ROOT cast.installroot[] = "waa" INSTALL_ROOT cast.installroot[] = INSTALL_ROOT "INSTALL_ROOT"', false, INI_SCANNER_RAW); var_dump($array);

preferences:
35.15 ms | 402 KiB | 5 Q