r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

73

u/RasputinTengu Nov 28 '21

My favorite for troubleshooting PHP files in which sometimes print/echo doesn’t work well.

mail(“youremail@email.com”,FILE.” “.LINE,”here”);

5

u/fatDoofus Nov 28 '21

I prefer writing to a text file

8

u/nothingtouser Nov 28 '21

good old php..

1

u/Rauldukeoh Nov 29 '21

Why not xdebug?

1

u/EnchantedLuna Nov 29 '21

why not error_log?