From f62ec5cf6c2fe0150ac6972d56d772ff0dd94e57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Mon, 27 Jul 2020 13:14:21 +0200 Subject: [PATCH] Fix microtime() test --- ext/date/tests/microtime_error.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/date/tests/microtime_error.phpt b/ext/date/tests/microtime_error.phpt index 285157da48..32cc64bb9d 100644 --- a/ext/date/tests/microtime_error.phpt +++ b/ext/date/tests/microtime_error.phpt @@ -46,11 +46,11 @@ float(%s) int(0) } } -microtime(): Argument #1 ($get_as_float) must be of type bool, array given +microtime(): Argument #1 ($getAsFloat) must be of type bool, array given --> bad arg: object(stdClass)#%d (0) { } -microtime(): Argument #1 ($get_as_float) must be of type bool, stdClass given +microtime(): Argument #1 ($getAsFloat) must be of type bool, stdClass given --> bad arg: int(1) float(%s) -- 2.50.1