summaryrefslogtreecommitdiff
path: root/ext/standard/tests/hrtime/hrtime_array.phpt
blob: c3b4b61258abd4170e61bd250ded1a0f166e9784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Test hrtime() return array
--FILE--
<?php

var_dump(hrtime());

?>
--EXPECTF--
array(2) {
  [0]=>
  int(%d)
  [1]=>
  int(%d)
}