DEBSOURCES
Skip Quicknav
sources / php-elisp / 1.27.0-1 / tests / lang / import / import-constant.php
12345678
<?php namespace Foo; use const Foo\BAR; use const Foo\{BUZ, BUZBUZ}; use const PHP_VERSION; const FOO = 'bar';