You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 5.6+ can denote exponentiation with the ** operator.
PHP < 5.6 denotes exponentiation with the pow() function.
Catching use of ** on PHP < 5.6 would be helpful.
The text was updated successfully, but these errors were encountered:
PHP 5.6+ can denote exponentiation with the ** operator.
PHP < 5.6 denotes exponentiation with the pow() function.
Catching use of ** on PHP < 5.6 would be helpful.
The text was updated successfully, but these errors were encountered: