the typing of php slows down the execution

In the exercise "square of a sorted array" (https://leetcode.com/problems/squares-of-a-sorted-array/submissions/) in PHP, when I type my function, the execution loses 40% of speed, is it normal ?

Comments (0)