3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = http_build_query( array( 'criteria' => sprintf('(customerId=="%d")', 6777777), 'text' => 'test', 'audio' => 'won', 'badge' => 123, ) ); //echo $t; $str ='OK=4:FAIL=0'; parse_str(str_replace(':', '&', $str), $tst); print_r($tst);

preferences:
38.49 ms | 402 KiB | 5 Q