diff options
Diffstat (limited to 'ext/spl/tests/observer_008.phpt')
-rw-r--r-- | ext/spl/tests/observer_008.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/observer_008.phpt b/ext/spl/tests/observer_008.phpt index 56a3c892c0..65f3e4da52 100644 --- a/ext/spl/tests/observer_008.phpt +++ b/ext/spl/tests/observer_008.phpt @@ -28,7 +28,7 @@ var_dump($a->count()); ?> ===DONE=== <?php exit(0); ?> ---EXPECTF-- +--EXPECT-- int(3) int(2) int(1) |