]> granicus.if.org Git - php/commitdiff
Fix microtime() test
authorMáté Kocsis <kocsismate@woohoolabs.com>
Mon, 27 Jul 2020 11:14:21 +0000 (13:14 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Mon, 27 Jul 2020 11:14:21 +0000 (13:14 +0200)
ext/date/tests/microtime_error.phpt

index 285157da480a9bdb1fa8b54dddc68a271641eca4..32cc64bb9df85eb41209a8b9cfd9cdac284a0edc 100644 (file)
@@ -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)