mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

*.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
5 lines
47 B
PHP
5 lines
47 B
PHP
<?php
|
|
|
|
namespace foo;
|
|
|
|
const PHP_VERSION = 42;
|