What are the worst practices found in PHP code?
Some examples:
- Use of $array[reference] without single quotes
- Instance "hidden" variables into inclusion files, which are needed later
- Lots of recursive inclusion not using "_once" functions
Note: maybe subjective or "fun" if you like.
