3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 'user' => array( 'name' => 'Bob Smith', 'age' => 47.7, 'sex' => 'M', 'do.b' => '5/12/1956', 'isHuman' => false, ), 'pastimes' => array('golf', 'opera', 'poker', 'rap'), 'children' => array( 'bobby' => array('age'=>12, 'sex'=>'M'), 'sally' => array('age'=>8, 'sex'=>'F') ), 'CEO' ); echo http_build_query($data);

preferences:
64.83 ms | 402 KiB | 5 Q