/
usr
/
share
/
php
/
tests
/
mongodb
/
tests
/
cursor
/
Upload File
HOME
--TEST-- MongoDB\Driver\CursorInterface does not extend Iterator --FILE-- <?php var_dump(in_array('Iterator', class_implements('MongoDB\Driver\CursorInterface'))); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(false) ===DONE===