PHP
15.09.2017
php
Testing php code for different php versions online
Sometimes you have to test your code on different php versions. There are multiple solutions to do this 3v4l.org The fun stuff is that you see exactly what every version will output or what kind of errors are thrown. Also hhvm is suppo
24.07.2017
php
PHP Resources
Unsorted List php.net PSR Index PHP standard recommendation’s index aka php coding standards. PHP the right way Nice php page about a lot of topics, not only basics.