samhendrickx / catchr

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

Undefined variable: undefined (index.php) #1

Closed samhendrickx closed 9 years ago

samhendrickx commented 9 years ago

Wednesday 6th of May 2015 03:35:19 PM

Type

NOTICE ERROR

Message

[8] Undefined variable: undefined

Location

Error on line 8 in file/Applications/XAMPP/xamppfiles/htdocs/test-handler/index.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


-> echo $undefined;

?>
samhendrickx commented 9 years ago

Wednesday 6th of May 2015 03:42:00 PM

Type

NOTICE ERROR

Message

[8] Undefined variable: undefined

Location

Error on line 11 in file/Applications/XAMPP/xamppfiles/htdocs/test-handler/index.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


echo '<h1>Hey!</h1>';

-> echo $undefined;

?>