1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00
semantic/test/fixtures/php/analysis/main.php

7 lines
59 B
PHP
Raw Normal View History

2018-03-20 00:08:00 +03:00
<?php
include 'foo.php';
2018-03-21 02:46:32 +03:00
require 'bar.php';
2018-03-20 00:08:00 +03:00
foo();
2018-03-21 02:46:32 +03:00
bar();