mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00

* Keep track of defined function and const filenames * Prohibit use function foo if function foo exists * Prohibit use const foo if const foo exists
5 lines
47 B
PHP
5 lines
47 B
PHP
<?php
|
|
|
|
namespace foo;
|
|
|
|
const PHP_VERSION = 42;
|