1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
semantic/test/fixtures/php/analysis/bar.php

5 lines
37 B
PHP
Raw Normal View History

2018-03-21 02:46:32 +03:00
<?php
function bar() {
return 1;
}