Viewing File: /opt/alt/tests/alt-php83-pecl-mongodb_1.18.1-1.el8/tests/cursorinterface-003.phpt

--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===
Back to Directory File Manager
<