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.27-202502031751
/
share
/
test
/
mongodb
/
tests
/
readConcern
/
//opt/php-8.2.27-202502031751/share/test/mongodb/tests/readConcern/readconcern-var_export-001.phpt
--TEST-- MongoDB\Driver\ReadConcern: var_export() --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $tests = [ new MongoDB\Driver\ReadConcern(), new MongoDB\Driver\ReadConcern(MongoDB\Driver\ReadConcern::LOCAL), ]; foreach ($tests as $test) { echo var_export($test, true), "\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- %r\\?%rMongoDB\Driver\ReadConcern::__set_state(array( )) %r\\?%rMongoDB\Driver\ReadConcern::__set_state(array( 'level' => 'local', )) ===DONE===