-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
tests/bson/bson-utcdatetime-001.phpt does not include an array element for the DateTime object in test #2. The "expected" test output says:
Test#2 { } string(3) "{ }" string(3) "{ }" bool(false)
where it should probably be:
Test#2 { "0" : { } } string(14) "{ "0" : { } }" string(14) "{ "0" : { } }" bool(false)
- is depended on by
-
PHPC-410 BSON\fromPHP() handling of non-stdClass objects and unsupported BSON\Type instances
- Closed