This website requires JavaScript.
Explore
Help
Sign In
maride
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0b623d6ecf
php-parser
/
node
/
expr
/
cast
/
cast.go
10 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
expr assign binary and cast nodes
2017-12-12 21:26:00 +00:00
package
cast
import
(
"github.com/z7zmey/php-parser/node"
)
type
Cast
struct
{
extract positions package
2018-01-09 13:51:32 +00:00
Expr
node
.
Node
expr assign binary and cast nodes
2017-12-12 21:26:00 +00:00
}
Reference in New Issue
Copy Permalink