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 (cannot use empty keys in documents) --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $tests = [ [['' => '1'], []], [['x' => ['' => '1']], []], [[], ['collation' => ['' => 1]]], [[], ['hint' => ['' => 1]]], [[], ['max' => ['' => 1]]], [[], ['min' => ['' => 1]]], [[], ['projection' => ['' => 1]]], [[], ['sort' => ['' => 1]]], [[], ['modifiers' => ['$hint' => ['' => 1]]]], [[], ['modifiers' => ['$max' => ['' => 1]]]], [[], ['modifiers' => ['$min' => ['' => 1]]]], [[], ['modifiers' => ['$orderby' => ['' => 1]]]], ]; foreach ($tests as $test) { list($filter, $options) = $test; echo throws(function() use ($filter, $options) { new MongoDB\Driver\Query($filter, $options); }, 'MongoDB\Driver\Exception\InvalidArgumentException'), "\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in filter document OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in filter document OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "collation" option OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "hint" option OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "max" option OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "min" option OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "projection" option OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "sort" option Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "$hint" modifier Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "$max" modifier Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "$min" modifier Deprecated: MongoDB\Driver\Query::__construct(): The "modifiers" option is deprecated and will be removed in a future release in %s on line %d OK: Got MongoDB\Driver\Exception\InvalidArgumentException Cannot use empty keys in "$orderby" modifier ===DONE===