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 1
1
--TEST--
2
- BSON BSON\UTCDateTime debug handler (32-bit)
2
+ BSON BSON\UTCDateTime debug handler
3
3
--SKIPIF--
4
- <?php if (4 !== PHP_INT_SIZE ) { die ('skip Only for 32-bit platform ' ); } ?>
5
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
6
5
--FILE--
7
6
<?php
@@ -18,6 +17,6 @@ var_dump($utcdatetime);
18
17
--EXPECTF--
19
18
object(%SBSON\UTCDateTime)#%d (%d) {
20
19
["milliseconds"]=>
21
- string(13) "1416445411987"
20
+ %rint\(| string\ (13\ ) "|%r1416445411987%r"|\)%r
22
21
}
23
22
===DONE===
Original file line number Diff line number Diff line change 1
1
--TEST--
2
- BSON BSON\UTCDateTime debug handler ( 64-bit)
2
+ BSON BSON\UTCDateTime construction from 64-bit integer
3
3
--SKIPIF--
4
4
<?php if (8 !== PHP_INT_SIZE ) { die ('skip Only for 64-bit platform ' ); } ?>
5
5
<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
You can’t perform that action at this time.
0 commit comments