- Missed one line

This commit is contained in:
Jani Taskinen 2009-05-07 13:47:34 +00:00
parent 2a1fc332b5
commit c98a7f9a14

View file

@ -6,7 +6,6 @@ display_errors=stderr
<?php
echo __LINE__ . "\n";
ini_set('memory_limit', 100);
echo __LINE__ ."\n";
ob_start();
$i = 0;
while($i++ < 5000) {