mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
*.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
6 lines
51 B
PHP
6 lines
51 B
PHP
<?php
|
|
|
|
function bar() {
|
|
return 'global bar';
|
|
}
|