Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stripped out the pi maths function. It doesn't really do any maths, just returns a constant float M_PI which doesn't really benchmark PHP mathematical performance. (See: /ext/standard/php_math.h:#define M_PI 3.14159265358979323846 /* pi */) Also as of PHP 8.0 it will throw a PHP Fatal error if you pass an argument to the pi function: PHP Fatal error: Uncaught ArgumentCountError: pi() expects exactly 0 arguments, 1 given in /var/www/html/benchmark.php:182
- Loading branch information