mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
*.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
6 lines
47 B
PHP
6 lines
47 B
PHP
<?php
|
|
|
|
namespace foo;
|
|
|
|
const PHP_VERSION = 42;
|