1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Files
archived-php-src/Zend/tests/ns_065.inc
T
2020-02-03 22:52:20 +01:00

10 lines
130 B
PHP

<?php
namespace X\Y;
function foo() {
echo __FUNCTION__."\n";
}
namespace X\Z;
function foo() {
echo __FUNCTION__."\n";
}