Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
php-8.2
/
share
/
test
/
mongodb
/
tests
/
readConcern
/
//proc/self/root/opt/php-8.2/share/test/mongodb/tests/readConcern/readconcern-set_state-001.phpt
--TEST-- MongoDB\Driver\ReadConcern::__set_state() --FILE-- <?php var_export(MongoDB\Driver\ReadConcern::__set_state([ 'level' => MongoDB\Driver\ReadConcern::AVAILABLE, ])); echo "\n\n"; /* Test with level unset */ var_export(MongoDB\Driver\ReadConcern::__set_state([ ])); echo "\n\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- %r\\?%rMongoDB\Driver\ReadConcern::__set_state(array( %w'level' => 'available', )) %r\\?%rMongoDB\Driver\ReadConcern::__set_state(array( )) ===DONE===