Is this just a stylistic difference, or does using require_once(\'filename.php\') vs require_once \'filename.php\' have actual load/efficiency diff
require_once(\'filename.php\')
require_once \'filename.php\'
What does your heart tell you?
Performance difference, if any: negligible.