1<?php 2namespace X\Y; 3function foo() { 4 echo __FUNCTION__."\n"; 5} 6namespace X\Z; 7function foo() { 8 echo __FUNCTION__."\n"; 9} 10