diff options
Diffstat (limited to 'ext/spl/tests/array_024.phpt')
-rw-r--r-- | ext/spl/tests/array_024.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/array_024.phpt b/ext/spl/tests/array_024.phpt index 0c073bfe78..6223b8072e 100644 --- a/ext/spl/tests/array_024.phpt +++ b/ext/spl/tests/array_024.phpt @@ -1,5 +1,5 @@ --TEST-- -SPL: ArrayObject with overriden count() +SPL: ArrayObject with overridden count() --FILE-- <?php $obj = new ArrayObject(array(1,2)); |