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 /
query /
Delete
Unzip
Name
Size
Permission
Date
Action
bug0430-001.phpt
353
B
-rw-r--r--
2025-04-09 02:56
bug0430-002.phpt
481
B
-rw-r--r--
2025-04-09 02:56
bug0430-003.phpt
409
B
-rw-r--r--
2025-04-09 02:56
bug2457-001.phpt
807
B
-rw-r--r--
2025-04-09 02:56
bug2457-002.phpt
637
B
-rw-r--r--
2025-04-09 02:56
query-ctor-001.phpt
1.72
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-002.phpt
3.5
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-003.phpt
2.99
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-004.phpt
2.88
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-005.phpt
1.12
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-006.phpt
845
B
-rw-r--r--
2025-04-09 02:56
query-ctor-007.phpt
1.01
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-comment-001.phpt
1.52
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-comment_error-001.phpt
576
B
-rw-r--r--
2025-04-09 02:56
query-ctor-let-001.phpt
1.51
KB
-rw-r--r--
2025-04-09 02:56
query-ctor-let_error-001.phpt
921
B
-rw-r--r--
2025-04-09 02:56
query-ctor_error-001.phpt
1.38
KB
-rw-r--r--
2025-04-09 02:56
query-ctor_error-002.phpt
2.51
KB
-rw-r--r--
2025-04-09 02:56
query-ctor_error-003.phpt
654
B
-rw-r--r--
2025-04-09 02:56
query-ctor_error-004.phpt
2.63
KB
-rw-r--r--
2025-04-09 02:56
query-ctor_error-005.phpt
452
B
-rw-r--r--
2025-04-09 02:56
query-ctor_error-006.phpt
563
B
-rw-r--r--
2025-04-09 02:56
query-ctor_error-007.phpt
2.74
KB
-rw-r--r--
2025-04-09 02:56
query-debug-001.phpt
1.13
KB
-rw-r--r--
2025-04-09 02:56
query-debug-002.phpt
659
B
-rw-r--r--
2025-04-09 02:56
query-debug-003.phpt
952
B
-rw-r--r--
2025-04-09 02:56
query_error-001.phpt
240
B
-rw-r--r--
2025-04-09 02:56
Save
Rename
--TEST-- MongoDB\Driver\Query construction with modifier options --FILE-- <?php var_dump(new MongoDB\Driver\Query( ['x' => 1], [ 'modifiers' => [ '$comment' => 'foo', '$max' => ['y' => 100], '$maxScan' => 50, '$maxTimeMS' => 1000, '$min' => ['y' => 1], '$orderby' => ['y' => -1], '$returnKey' => false, '$showDiskLoc' => false, '$snapshot' => false, ], ] )); var_dump(new MongoDB\Driver\Query( ['x' => 1], ['modifiers' => ['$explain' => true]] )); var_dump(new MongoDB\Driver\Query( ['x' => 1], ['modifiers' => ['$hint' => 'y_1']] )); var_dump(new MongoDB\Driver\Query( ['x' => 1], ['modifiers' => ['$hint' => ['y' => 1]]] )); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d Deprecated: MongoDB\Driver\Query::__construct(): The "$maxScan" option is deprecated and will be removed in a future release in %s on line %d Deprecated: MongoDB\Driver\Query::__construct(): The "$snapshot" option is deprecated and will be removed in a future release in %s on line %d object(MongoDB\Driver\Query)#%d (%d) { ["filter"]=> object(stdClass)#%d (%d) { ["x"]=> int(1) } ["options"]=> object(stdClass)#%d (%d) { ["comment"]=> string(3) "foo" ["max"]=> object(stdClass)#%d (%d) { ["y"]=> int(100) } ["maxScan"]=> int(50) ["maxTimeMS"]=> int(1000) ["min"]=> object(stdClass)#%d (%d) { ["y"]=> int(1) } ["returnKey"]=> bool(false) ["showRecordId"]=> bool(false) ["sort"]=> object(stdClass)#%d (%d) { ["y"]=> int(-1) } ["snapshot"]=> bool(false) } ["readConcern"]=> NULL } Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d object(MongoDB\Driver\Query)#%d (%d) { ["filter"]=> object(stdClass)#%d (%d) { ["x"]=> int(1) } ["options"]=> object(stdClass)#%d (%d) { ["explain"]=> bool(true) } ["readConcern"]=> NULL } Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d object(MongoDB\Driver\Query)#%d (%d) { ["filter"]=> object(stdClass)#%d (%d) { ["x"]=> int(1) } ["options"]=> object(stdClass)#%d (%d) { ["hint"]=> string(3) "y_1" } ["readConcern"]=> NULL } Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d object(MongoDB\Driver\Query)#%d (%d) { ["filter"]=> object(stdClass)#%d (%d) { ["x"]=> int(1) } ["options"]=> object(stdClass)#%d (%d) { ["hint"]=> object(stdClass)#%d (%d) { ["y"]=> int(1) } } ["readConcern"]=> NULL } ===DONE===