From 78a8ad82b6ec6d96a807b24ee8c01ef9a7daf60c Mon Sep 17 00:00:00 2001 From: Jack Worman Date: Mon, 9 Dec 2024 21:57:17 -0500 Subject: [PATCH] Add-fpow --- resources/functionMap_php84delta.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/functionMap_php84delta.php b/resources/functionMap_php84delta.php index fe719fce15..365f24a726 100644 --- a/resources/functionMap_php84delta.php +++ b/resources/functionMap_php84delta.php @@ -19,6 +19,7 @@ 'http_clear_last_response_headers' => ['void'], 'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'], 'mb_ucfirst' => ['string', 'string'=>'string', 'encoding='=>'string'], + 'fpow' => ['float', 'num'=>'float', 'exponent'=>'float'], ], 'old' => [