PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: 'pow()' call can be replaced with '**' operator

Last modified: 16 May 2022

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.