File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11--TEST--
2- BSON BSON\UTCDateTime debug handler (32-bit)
2+ BSON BSON\UTCDateTime debug handler
33--SKIPIF--
4- <?php if (4 !== PHP_INT_SIZE ) { die ('skip Only for 32-bit platform ' ); } ?>
54<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
65--FILE--
76<?php
@@ -18,6 +17,6 @@ var_dump($utcdatetime);
1817--EXPECTF--
1918object(%SBSON\UTCDateTime)#%d (%d) {
2019 ["milliseconds"]=>
21- string(13) "1416445411987"
20+ %rint\(| string\ (13\ ) "|%r1416445411987%r"|\)%r
2221}
2322===DONE===
Original file line number Diff line number Diff line change 11--TEST--
2- BSON BSON\UTCDateTime debug handler ( 64-bit)
2+ BSON BSON\UTCDateTime construction from 64-bit integer
33--SKIPIF--
44<?php if (8 !== PHP_INT_SIZE ) { die ('skip Only for 64-bit platform ' ); } ?>
55<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
You can’t perform that action at this time.
0 commit comments