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