diff options
Diffstat (limited to 'ext/spl/tests/bug44615.phpt')
-rw-r--r-- | ext/spl/tests/bug44615.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug44615.phpt b/ext/spl/tests/bug44615.phpt index 1fd3d199dc..0b9aa82bc3 100644 --- a/ext/spl/tests/bug44615.phpt +++ b/ext/spl/tests/bug44615.phpt @@ -20,7 +20,7 @@ foreach (new RecursiveIteratorIterator($rai) as $t) { var_dump($t); } ?> ---EXPECTF-- +--EXPECT-- string(1) "z" object(stdClass)#1 (0) { } |