diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-02-27 02:31:42 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-02-27 02:31:42 +0100 |
commit | bd961f3e873f71c1408111da065d94cd0c6527d9 (patch) | |
tree | 15c14029c51f0ed252728cacf61b2b6b06c4f24e /ext/spl | |
parent | 4d9c556b5d4f0a04a42d1cc4dc0ac6cadd2e198a (diff) | |
download | php-git-bd961f3e873f71c1408111da065d94cd0c6527d9.tar.gz |
fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627
Diffstat (limited to 'ext/spl')
-rw-r--r-- | ext/spl/tests/bug54291.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug54291.phpt b/ext/spl/tests/bug54291.phpt index b8f596e02c..9314b6b9ff 100644 --- a/ext/spl/tests/bug54291.phpt +++ b/ext/spl/tests/bug54291.phpt @@ -7,7 +7,7 @@ $dir->isFile(); --EXPECTF-- Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Failed to open directory ""' in %s:%d Stack trace: -#0 %s(%d): DirectoryIterator->__construct('?/abc') +#0 %s(%d): DirectoryIterator->__construct('\x00/abc') #1 {main} thrown in %s on line %d |