When declaring an array as a class member, which way should it be done?
class Test1 { private $paths = array(); public function __construct() {
There are no performance implications. Stop obsessing over things that don't matter - concentrate on performance problems that ARE there: measure first, optimize only the top offenders.