Skip to content

Commit f62ec5c

Browse files
committed
Fix microtime() test
1 parent cdc8523 commit f62ec5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/date/tests/microtime_error.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ float(%s)
4646
int(0)
4747
}
4848
}
49-
microtime(): Argument #1 ($get_as_float) must be of type bool, array given
49+
microtime(): Argument #1 ($getAsFloat) must be of type bool, array given
5050

5151
--> bad arg: object(stdClass)#%d (0) {
5252
}
53-
microtime(): Argument #1 ($get_as_float) must be of type bool, stdClass given
53+
microtime(): Argument #1 ($getAsFloat) must be of type bool, stdClass given
5454

5555
--> bad arg: int(1)
5656
float(%s)

0 commit comments

Comments
 (0)