1
0
Fork 0
php-language-server/fixtures/global_fallback.php

11 lines
159 B
PHP
Raw Permalink Normal View History

<?php
namespace GlobalFallback;
// Should fall back to global_symbols.php
test_function();
echo TEST_CONST;
// Should not fall back
$obj = new TestClass();