📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 04:55:31
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-minkey-clone-001.phpt
Read Only
--TEST-- MongoDB\BSON\MinKey can be cloned (PHP < 8.2) --SKIPIF-- <?php require __DIR__ . "/../utils/basic-skipif.inc"; ?> <?php skip_if_php_version('>=', '8.2'); ?> --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $minKey = new MongoDB\BSON\MinKey; $clone = clone $minKey; var_dump($clone == $minKey); var_dump($clone === $minKey); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) bool(false) ===DONE===
💾 Save Changes
❌ Cancel