diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-07-27 13:14:21 +0200 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-07-27 13:14:21 +0200 |
| commit | f62ec5cf6c2fe0150ac6972d56d772ff0dd94e57 (patch) | |
| tree | 7e9ca53acafde4440f23762d46ff620dce01699e /ext/date/tests | |
| parent | cdc8523300a4e3635cdc6aaed0b807e72ebdcfc8 (diff) | |
| download | php-git-f62ec5cf6c2fe0150ac6972d56d772ff0dd94e57.tar.gz | |
Fix microtime() test
Diffstat (limited to 'ext/date/tests')
| -rw-r--r-- | ext/date/tests/microtime_error.phpt | 4 |
1 files 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) |
