euler
euler copied to clipboard
PHP solution 10 error
PHP - Project Euler Problem 010
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /Users/jkalis/Pro/github/euler/php/euler010.php on line 40
PHP Stack trace:
PHP 1. {main}() /Users/jkalis/Pro/github/euler/php/euler010.php:0
PHP 2. array_fill() /Users/jkalis/Pro/github/euler/php/euler010.php:40
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /Users/jkalis/Pro/github/euler/php/euler010.php on line 40
Call Stack:
0.0005 233360 1. {main}() /Users/jkalis/Pro/github/euler/php/euler010.php:0
0.0008 237080 2. array_fill() /Users/jkalis/Pro/github/euler/php/euler010.php:40
make: *** [php] Error 255
See comments on issue #24