The php tag has no wiki summary.
8
votes
2answers
158 views
PHP and warnings
Sometimes when golfing in PHP, one uses tricks as reading/pushing to an inexistent variable, or using deprecated functions such as split(), but those things outputs Warnings and Notices, which by ...