euler icon indicating copy to clipboard operation
euler copied to clipboard

PHP solution 10 error

Open kalisjoshua opened this issue 12 years ago • 1 comments

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

kalisjoshua avatar Sep 10 '13 01:09 kalisjoshua

See comments on issue #24

joetech avatar Sep 10 '13 03:09 joetech