📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 07:01:00
📂
/ (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: serverApi-var_export-001.phpt
Read Only
--TEST-- MongoDB\Driver\ServerApi: var_export() --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $tests = [ new MongoDB\Driver\ServerApi('1'), new MongoDB\Driver\ServerApi('1', true), new MongoDB\Driver\ServerApi('1', null, true), new MongoDB\Driver\ServerApi('1', false, false), ]; foreach ($tests as $test) { echo var_export($test, true), "\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- %r\\?%rMongoDB\Driver\ServerApi::__set_state(array( 'version' => '1', 'strict' => NULL, 'deprecationErrors' => NULL, )) %r\\?%rMongoDB\Driver\ServerApi::__set_state(array( 'version' => '1', 'strict' => true, 'deprecationErrors' => NULL, )) %r\\?%rMongoDB\Driver\ServerApi::__set_state(array( 'version' => '1', 'strict' => NULL, 'deprecationErrors' => true, )) %r\\?%rMongoDB\Driver\ServerApi::__set_state(array( 'version' => '1', 'strict' => false, 'deprecationErrors' => false, )) ===DONE===
💾 Save Changes
❌ Cancel