php-src/Zend/tests/use_function/includes/foo_bar.inc
Peter Kokot f6605c788f Rename *.php files in Zend/tests to *.inc
*.php files are ignored by Git and a better practice might be to rename
PHP included files for tests.
2018-09-23 17:20:42 +02:00

8 lines
66 B
PHP

<?php
namespace foo;
function bar() {
return 'local bar';
}