diff options
Diffstat (limited to 'ext/gd/tests/bug48555.phpt')
-rw-r--r-- | ext/gd/tests/bug48555.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug48555.phpt b/ext/gd/tests/bug48555.phpt index d378aafd8e..43e14db05f 100644 --- a/ext/gd/tests/bug48555.phpt +++ b/ext/gd/tests/bug48555.phpt @@ -21,7 +21,7 @@ var_dump($with_line_break); if ($with_line_break==$without_line_break) { echo "with line break == without line break".PHP_EOL; } else { - echo "with line break != without line break".PHP_EOL; + echo "with line break != without line break".PHP_EOL; } ?> |