-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
When converting BSON objects for PHP export using var_export this is what happens:
'check' =>
MongoDB\BSON\ObjectID::__set_state(array(
)),
'timestamp' =>
MongoDB\BSON\UTCDateTime::__set_state(array(
)),
'end' =>
MongoDB\BSON\UTCDateTime::__set_state(array(
))
I get an empty array without any values
- is duplicated by
-
PHPC-460 BSON classes should support PHP serialization and var_export()
- Closed