File manager - Edit - /opt/cpanel/ea-php74/root/usr/share/tests/pecl/mongodb/tests/serverApi/serverApi-bsonserialize-001.phpt
Back
--TEST-- MongoDB\Driver\ServerApi::bsonSerialize() --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 toJSON(fromPHP($test)), "\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECT-- { "version" : "1" } { "version" : "1", "strict" : true } { "version" : "1", "deprecationErrors" : true } { "version" : "1", "strict" : false, "deprecationErrors" : false } ===DONE===
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings