samhendrickx / catchr

Handles PHP errors and creates GitHub issues for them
MIT License
0 stars 0 forks source link

Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217729 bytes) (example.php) #8

Open samhendrickx opened 9 years ago

samhendrickx commented 9 years ago

Monday 11th of May 2015 10:50:36 AM

Type

FATAL ERROR

Message

[1] Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217729 bytes)

Location

Error on line 12 in file/Applications/XAMPP/xamppfiles/htdocs/catchr/example.php

Extra info

Type Info
PHP Version 5.5.11 (Darwin)
IP address ::1
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.5.17 (KHTML, like Gecko) Version/8.0.5 Safari/600.5.17

Code

    $a = 'x';

    while (true) {

->      $a = $a.$a;

    }