diff options
| author | Jani Taskinen <jani@php.net> | 2009-05-07 13:47:43 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-05-07 13:47:43 +0000 |
| commit | 782644535fc4494a181332a186fb884fe9785583 (patch) | |
| tree | e35c1c28d50cf5d1521ea6094091afd3a0faa302 | |
| parent | da7302f792de846cc62d7510b3276776337e107a (diff) | |
| download | php-git-782644535fc4494a181332a186fb884fe9785583.tar.gz | |
MFH
| -rw-r--r-- | tests/lang/bug45392.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/bug45392.phpt b/tests/lang/bug45392.phpt index dacfb7bb7a..ae84cd9d1d 100644 --- a/tests/lang/bug45392.phpt +++ b/tests/lang/bug45392.phpt @@ -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) { |
