3v4l.org

run code in 300+ PHP versions simultaneously
<?php // your code goes here $i = 0; while ($i < 5) { echo memory_get_usage() . "\n"; stream_context_create( array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => str_repeat('a', 99999), ), ) ); }

preferences:
31.2 ms | 402 KiB | 5 Q