Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.2.24-202410171016
/
share
/
test
/
mongodb
/
tests
/
exception
/
//opt/php-8.2.24-202410171016/share/test/mongodb/tests/exception/exception-001.phpt
--TEST-- MongoDB\Driver\Exception\Exception extends Throwable --SKIPIF-- <?php if (!interface_exists('Throwable')) { die('skip Throwable is not available'); } ?> --FILE-- <?php var_dump(in_array('Throwable', class_implements('MongoDB\Driver\Exception\Exception'))); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) ===DONE===