Browse Source

Revert my previous change - getting different results in different environments, shouldn't have committed it

pull/12/head
Joey Smith 15 years ago
parent
commit
ec5b65473b
  1. 1
      tests/lang/bug45392.phpt

1
tests/lang/bug45392.phpt

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

Loading…
Cancel
Save