Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
sunlight
/
menu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
89
Releases
0
Wiki
菜谱项目
Tree:
9cb9ed0865
Branches
Tags
master
menu
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
parser
/
expr
/
clone.test
clone.test
127B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
Clone
-----
<?php
clone $a;
-----
array(
0: Expr_Clone(
expr: Expr_Variable(
name: a
)
)
)