X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient021.phpt;h=702685dd125f6efb8c30b976d9f2c9a4d1271195;hp=f262a7ac7c4c9f64d58f693b1d9293efb0a4184b;hb=531e6007bd10cbda6e1e96a9c27228086d85c5a9;hpb=a42effa9f5a8365a30997d67010da3c9b0b6822f diff --git a/tests/client021.phpt b/tests/client021.phpt index f262a7a..702685d 100644 --- a/tests/client021.phpt +++ b/tests/client021.phpt @@ -16,7 +16,7 @@ function dump() { global $tmpfile, $section; printf("# %s\n", $section); foreach (file($tmpfile) as $line) { - if ($line{0} === "#" || $line === "\n") { + if ($line[0] === "#" || $line === "\n") { continue; } printf("%s:\t%s", $tmpfile, $line);