From: Máté Kocsis Date: Mon, 27 Jul 2020 11:14:21 +0000 (+0200) Subject: Fix microtime() test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f62ec5cf6c2fe0150ac6972d56d772ff0dd94e57;p=php Fix microtime() test --- 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)