1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
semantic/test/fixtures/php/analysis/foo.php

5 lines
37 B
PHP
Raw Normal View History

2018-03-20 00:08:00 +03:00
<?php
function foo() {
return 1;
}