foo = 'BAR'; } public function otherBarBar($wrong) { echo "B: $wrong
"; } public function barBar($wrong) { echo "B: $wrong
"; } }