You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/convert-bson-corpus-tests.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
'Int64 type: -1' => 'PHP encodes integers as 32-bit if range allows',
9
9
'Int64 type: 0' => 'PHP encodes integers as 32-bit if range allows',
10
10
'Int64 type: 1' => 'PHP encodes integers as 32-bit if range allows',
11
-
'Javascript Code with Scope: bad scope doc (field has bad string length)' => 'Depends on PHPC-889',
12
11
'Javascript Code with Scope: Unicode and embedded null in code string, empty scope' => 'Embedded null in code string is not supported in libbson (CDRIVER-1879)',
13
12
'Multiple types within the same document: All BSON types' => 'PHP encodes integers as 32-bit if range allows',
14
13
'Top-level document validity: Bad $date (number, not string or hash)' => 'Legacy extended JSON $date syntax uses numbers (CDRIVER-2223)',
0 commit comments