<?php if (!isset($_GET['iknowwhatimdoing'])) { highlight_file(__FILE__); exit; } $x = openssl_random_pseudo_bytes(1024 * 1024 * 8); // 8MiB while (true) { echo $x; }