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 /
cursorid /
Delete
Unzip
Name
Size
Permission
Date
Action
cursorid-001.phpt
1.04
KB
-rw-r--r--
2025-04-09 02:56
cursorid-002.phpt
1.62
KB
-rw-r--r--
2025-04-09 02:56
cursorid-debug-001.phpt
404
B
-rw-r--r--
2025-04-09 02:56
cursorid-debug-002.phpt
489
B
-rw-r--r--
2025-04-09 02:56
cursorid-debug-003.phpt
481
B
-rw-r--r--
2025-04-09 02:56
cursorid-serialization-002.phpt
1014
B
-rw-r--r--
2025-04-09 02:56
cursorid-serialization_error-001.phpt
487
B
-rw-r--r--
2025-04-09 02:56
cursorid-serialization_error-002.phpt
487
B
-rw-r--r--
2025-04-09 02:56
cursorid-set_state-001.phpt
335
B
-rw-r--r--
2025-04-09 02:56
cursorid-set_state_error-001.phpt
465
B
-rw-r--r--
2025-04-09 02:56
cursorid-tostring-001.phpt
289
B
-rw-r--r--
2025-04-09 02:56
cursorid-var_export-001.phpt
428
B
-rw-r--r--
2025-04-09 02:56
cursorid_error-001.phpt
255
B
-rw-r--r--
2025-04-09 02:56
Save
Rename
--TEST-- MongoDB\Driver\CursorId serialization (__serialize and __unserialize) --FILE-- <?php require_once __DIR__ . "/../utils/basic.inc"; $tests = [ unserialize('O:23:"MongoDB\Driver\CursorId":1:{s:2:"id";s:19:"7250031947823432848";}'), unserialize('O:23:"MongoDB\Driver\CursorId":1:{s:2:"id";s:1:"0";}'), ]; foreach ($tests as $test) { var_dump($test); echo $s = serialize($test), "\n"; var_dump(unserialize($s)); echo "\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- object(MongoDB\Driver\CursorId)#%d (%d) { ["id"]=> %rint\(7250031947823432848\)|string\(19\) "7250031947823432848"%r } O:23:"MongoDB\Driver\CursorId":1:{s:2:"id";s:19:"7250031947823432848";} object(MongoDB\Driver\CursorId)#%d (%d) { ["id"]=> %rint\(7250031947823432848\)|string\(19\) "7250031947823432848"%r } object(MongoDB\Driver\CursorId)#%d (%d) { ["id"]=> int(0) } O:23:"MongoDB\Driver\CursorId":1:{s:2:"id";s:1:"0";} object(MongoDB\Driver\CursorId)#%d (%d) { ["id"]=> int(0) } ===DONE===