From: James Moore Date: Sun, 4 Feb 2001 16:56:59 +0000 (+0000) Subject: Adding microtime() tests X-Git-Tag: php-4.0.5RC1~371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a85ec55f7f4d04d70f97b7a7a46c7da873bbd75;p=php Adding microtime() tests --- diff --git a/ext/standard/tests/time/001.phpt b/ext/standard/tests/time/001.phpt new file mode 100644 index 0000000000..004a498bac --- /dev/null +++ b/ext/standard/tests/time/001.phpt @@ -0,0 +1,19 @@ +--TEST-- +microtime() function +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +Passed: 100000 +Failed: 0 \ No newline at end of file