5

See this far too often in our inherited project:

<?php
$stuff = "";
// ...
$stuff[] = "something";

Comments
Add Comment