diff options
author | Stanislav Malyshev <stas@php.net> | 2013-06-10 14:20:18 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 14:30:59 -0700 |
commit | 02e4d7a290ae437688b3a3d114621a1d32444560 (patch) | |
tree | ab3b9d2387ac6914ab7dd68afda87134d3b81e4b /ext/standard/tests/array/array_unique_variation2.phpt | |
parent | ec790753948d190db354cbce97786b4a1aac63fc (diff) | |
download | php-git-02e4d7a290ae437688b3a3d114621a1d32444560.tar.gz |
Merge branch 'pull-request/341'
* pull-request/341: (23 commits)
typofixes
Diffstat (limited to 'ext/standard/tests/array/array_unique_variation2.phpt')
-rw-r--r-- | ext/standard/tests/array/array_unique_variation2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_unique_variation2.phpt b/ext/standard/tests/array/array_unique_variation2.phpt index 3cfcfba2b2..757dd6e057 100644 --- a/ext/standard/tests/array/array_unique_variation2.phpt +++ b/ext/standard/tests/array/array_unique_variation2.phpt @@ -29,7 +29,7 @@ the lazy dog This is a double quoted string EOT; -// heredoc with diferent whitespaces +// heredoc with different whitespaces $diff_whitespaces = <<<EOT hello\r world\t 1111\t\t != 2222\v\v |