1Taken from an issue report (#787) by @sserbin 2 3<?php 4namespace foo; 5 6class bar { 7 public function __construct() { 8 } 9} 10>