3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<INI arr[] = 1 arr[] = 2 arr[] = "string" integer_value = 3 INI; file_put_contents('/tmp/test', $str); var_dump(parse_ini_file('/tmp/test'));

preferences:
33.96 ms | 402 KiB | 5 Q