3v4l.org

run code in 300+ PHP versions simultaneously
<?php $variable = array( 'test' => "test", 'what' => "something else", 'here[0]' => "yeah", 'here[1]' => "weee" ); $string = http_build_query($variable); parse_str($string, $array); var_dump($array);

preferences:
38.46 ms | 402 KiB | 5 Q