From 7a85ec55f7f4d04d70f97b7a7a46c7da873bbd75 Mon Sep 17 00:00:00 2001 From: James Moore Date: Sun, 4 Feb 2001 16:56:59 +0000 Subject: [PATCH] Adding microtime() tests --- ext/standard/tests/time/001.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/standard/tests/time/001.phpt 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 -- 2.50.1