We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d156389 commit 4a178a3Copy full SHA for 4a178a3
tests/cursor/cursor-destruct-001.phpt
@@ -1,6 +1,7 @@
1
--TEST--
2
MongoDB\Driver\Cursor destruct should kill a live cursor
3
--SKIPIF--
4
+<?php if (PHP_INT_SIZE !== 8) { die('skip Only for 64-bit platform'); } ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
6
<?php NEEDS('STANDALONE'); CLEANUP(STANDALONE); ?>
7
--FILE--
0 commit comments