Browse Source

- Missed one line

experimental/first_unicode_implementation
Jani Taskinen 17 years ago
parent
commit
c98a7f9a14
  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);
echo __LINE__ ."\n";
ob_start();
$i = 0;
while($i++ < 5000) {

Loading…
Cancel
Save