ru_php/ext/standard/tests/hrtime/hrtime_array.phpt

16 lines
137 B
Plaintext
Raw Permalink Normal View History

--TEST--
Test hrtime() return array
--FILE--
<?php
var_dump(hrtime());
?>
--EXPECTF--
array(2) {
[0]=>
int(%d)
[1]=>
int(%d)
}