Reports the
pow()
calls that can be replaced with the
**
operator, which adds no overhead of calling a function.
See
Power operator (php.net)
for details.