diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-14 18:03:31 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-14 19:46:15 +0200 |
| commit | d7a3edd45db8d91ddf09cba7c594c63e63f62709 (patch) | |
| tree | ef4fe3e4794260b362dad72d3542fdbef0169b8e /tests/strings | |
| parent | b0708fa2e7b31f1fbd9539486a35d33643e62461 (diff) | |
| download | php-git-d7a3edd45db8d91ddf09cba7c594c63e63f62709.tar.gz | |
Trim trailing whitespace in *.phpt
Diffstat (limited to 'tests/strings')
| -rw-r--r-- | tests/strings/002.phpt | 2 | ||||
| -rw-r--r-- | tests/strings/bug22592.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/strings/002.phpt b/tests/strings/002.phpt index 7b95a25645..5e82091088 100644 --- a/tests/strings/002.phpt +++ b/tests/strings/002.phpt @@ -1,7 +1,7 @@ --TEST-- Formatted print functions --FILE-- -<?php +<?php error_reporting(0); $fp = fopen("php://stdout", "w") or die("Arrggsgg!!"); diff --git a/tests/strings/bug22592.phpt b/tests/strings/bug22592.phpt index 3443c32859..c66e27d880 100644 --- a/tests/strings/bug22592.phpt +++ b/tests/strings/bug22592.phpt @@ -13,7 +13,7 @@ $correct[1] = '*'; $correct[3] = '*'; $correct[5] = '*'; -// This produces the +// This produces the $wrong[1] = $wrong[3] = $wrong[5] = '*'; var_dump($correct); |
