3v4l.org

run code in 300+ PHP versions simultaneously
<?php $kik = 'Jenniferharlin'; $url = 'http://kikwall.se/add'; $data = array('kik' => $kik, 'gender' => '1', 'age' => '15', 'text_search' => 'Hello World!'); for ($i = 0; $i < 9999; $i++) { $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ), ); $context = stream_context_create($options); $result = file_get_contents($url, false, $context); }

preferences:
36.66 ms | 402 KiB | 5 Q