This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-27 17:05:33 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
9a8266b88d
semantic
/
test
/
fixtures
/
php
/
analysis
/
main.php
7 lines
59 B
PHP
Raw
Normal View
History
Unescape
Escape
First PHP fixtures to work with
2018-03-20 00:08:00 +03:00
<
?
php
include
'foo.php'
;
Couple more tests
2018-03-21 02:46:32 +03:00
require
'bar.php'
;
First PHP fixtures to work with
2018-03-20 00:08:00 +03:00
foo
();
Couple more tests
2018-03-21 02:46:32 +03:00
bar
();
Reference in New Issue
Copy Permalink