diff options
| author | Anatol Belski <ab@php.net> | 2014-12-01 19:10:18 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-12-01 19:10:18 +0100 |
| commit | c45fcfd063e0265c5c85077f2298e899022d3445 (patch) | |
| tree | 1c81ac427c6562f9111df3f490558df02ca46672 | |
| parent | fe4a5abf3008dccfb6c8f95ac80b936755694c5e (diff) | |
| parent | a0c03a3ec561842d39ac60a1575be08f3b83cfe1 (diff) | |
| download | php-git-c45fcfd063e0265c5c85077f2298e899022d3445.tar.gz | |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
one more refix to the test
| -rw-r--r-- | ext/spl/tests/bug66405.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/bug66405.phpt b/ext/spl/tests/bug66405.phpt index 3e29b91abe..b34e7b5074 100644 --- a/ext/spl/tests/bug66405.phpt +++ b/ext/spl/tests/bug66405.phpt @@ -54,6 +54,6 @@ rmdir($td); ?> --EXPECTF-- Bug66405 file3.csv -string %s%ebug66405%efile1.txt -string %s%ebug66405%efile2.md -string %s%ebug66405%etestsubdir%efile3.csv +string %sbug66405%efile1.txt +string %sbug66405%efile2.md +string %sbug66405%etestsubdir%efile3.csv |
