diff options
author | Marcus Boerger <helly@php.net> | 2004-01-26 23:20:00 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-26 23:20:00 +0000 |
commit | 617b8df6c0179ed769c61814cca0dacae2d9f279 (patch) | |
tree | 974e60dbd920389981d51ac81bbd36a60f70b799 /ext/spl | |
parent | 618661757153e9ba61c7a3d74d3bb89bf8780cfd (diff) | |
download | php-git-617b8df6c0179ed769c61814cca0dacae2d9f279.tar.gz |
Remove test code
Diffstat (limited to 'ext/spl')
-rwxr-xr-x | ext/spl/tests/limititerator.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/tests/limititerator.phpt b/ext/spl/tests/limititerator.phpt index 518dc35ceb..13310470b8 100755 --- a/ext/spl/tests/limititerator.phpt +++ b/ext/spl/tests/limititerator.phpt @@ -82,7 +82,6 @@ for($i = 0; $i < 5; $i++) ?> ===DONE=== -<?php exit(0); ?> --EXPECT-- NumericArrayIterator::__construct NumericArrayIterator::rewind |