This commit is contained in:
Jani Taskinen 2009-05-07 13:47:43 +00:00
parent da7302f792
commit 782644535f

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) {