<?php
for($i=0; $i<100000; $i++) {
    assert ($i < 100000, "The universe should make sense");
}
var_dump(true);
?>