Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
php-7.2
/
share
/
test
/
mongodb
/
tests
/
bson
/
//proc/self/root/opt/php-7.2/share/test/mongodb/tests/bson/bson-utcdatetime-get_properties-001.phpt
--TEST-- MongoDB\BSON\UTCDateTime get_properties handler (get_object_vars) --FILE-- <?php $utcdatetime = new MongoDB\BSON\UTCDateTime('1416445411987'); var_dump(get_object_vars($utcdatetime)); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- array(1) { ["milliseconds"]=> string(13) "1416445411987" } ===DONE===