Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
tests /
mongodb /
tests /
serverApi /
Delete
Unzip
Name
Size
Permission
Date
Action
serverApi-bsonserialize-001.phpt
613
B
-rw-r--r--
2025-04-09 02:56
serverApi-bsonserialize-002.phpt
839
B
-rw-r--r--
2025-04-09 02:56
serverApi-construct-001.phpt
472
B
-rw-r--r--
2025-04-09 02:56
serverApi-debug.phpt
885
B
-rw-r--r--
2025-04-09 02:56
serverApi-serialization-002.phpt
2.01
KB
-rw-r--r--
2025-04-09 02:56
serverApi-serialization_error-001.phpt
1.17
KB
-rw-r--r--
2025-04-09 02:56
serverApi-serialization_error-002.phpt
1.17
KB
-rw-r--r--
2025-04-09 02:56
serverApi-set_state-001.phpt
1.18
KB
-rw-r--r--
2025-04-09 02:56
serverApi-set_state_error-001.phpt
1.65
KB
-rw-r--r--
2025-04-09 02:56
serverApi-var_export-001.phpt
958
B
-rw-r--r--
2025-04-09 02:56
Save
Rename
--TEST-- MongoDB\Driver\ServerApi debug output --FILE-- <?php var_dump(new MongoDB\Driver\ServerApi('1')); var_dump(new MongoDB\Driver\ServerApi('1', true)); var_dump(new MongoDB\Driver\ServerApi('1', null, true)); var_dump(new MongoDB\Driver\ServerApi('1', false, false)); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- object(MongoDB\Driver\ServerApi)#%d (%d) { ["version"]=> string(1) "1" ["strict"]=> NULL ["deprecationErrors"]=> NULL } object(MongoDB\Driver\ServerApi)#%d (%d) { ["version"]=> string(1) "1" ["strict"]=> bool(true) ["deprecationErrors"]=> NULL } object(MongoDB\Driver\ServerApi)#%d (%d) { ["version"]=> string(1) "1" ["strict"]=> NULL ["deprecationErrors"]=> bool(true) } object(MongoDB\Driver\ServerApi)#%d (%d) { ["version"]=> string(1) "1" ["strict"]=> bool(false) ["deprecationErrors"]=> bool(false) } ===DONE===