Merge branch 'PHP-5.6'

* PHP-5.6:
  remove echo
This commit is contained in:
Anatol Belski 2014-02-26 12:41:57 +01:00
commit 38f349da1f

View File

@ -75,8 +75,6 @@ class ServerClientTestCase
$i = 0;
while(($line = fgets(STDIN)) != false) {
echo $line;
if ($i++ > 128) {
break;
}