Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ functions
Functions
2,599 in github.com/z7zmey/php-parser
⨍
Functions
2,599
◇
Types & classes
222
Method
GetPosition
GetPosition returns node positions
node/stmt/n_trait.go:35
Method
GetPosition
GetPosition returns node positions
node/stmt/n_if.go:37
Method
GetPosition
GetPosition returns node positions
node/stmt/n_halt_compiler.go:26
Method
GetPosition
GetPosition returns node positions
node/stmt/n_finally.go:31
Method
GetPosition
GetPosition returns node positions
node/stmt/n_alt_else_if.go:33
Method
GetPosition
GetPosition returns node positions
node/stmt/n_property.go:35
Method
GetPosition
GetPosition returns node positions
node/stmt/n_trait_adaptation_list.go:31
Method
GetPosition
GetPosition returns node positions
node/stmt/n_property_list.go:35
Method
GetPosition
GetPosition returns node positions
node/stmt/n_try.go:35
Method
GetPosition
GetPosition returns node positions
node/stmt/n_alt_foreach.go:37
Method
GetPosition
GetPosition returns node positions
node/stmt/n_alt_else.go:31
Method
GetPosition
GetPosition returns node positions
node/stmt/n_global.go:31
Method
GetPosition
GetPosition returns node positions
node/stmt/n_class_method.go:43
Method
GetPosition
GetPosition returns node positions
node/stmt/n_function.go:41
Method
GetPosition
GetPosition returns node positions
node/stmt/n_do.go:33
Method
GetPosition
GetPosition returns node positions
node/stmt/n_switch.go:33
Method
GetPosition
GetPosition returns node positions
node/stmt/n_stmt_list.go:31
Method
GetPosition
GetPosition returns node positions
node/stmt/n_case.go:33
Method
GetPosition
GetPosition returns node positions
node/name/n_relative.go:31
Method
GetPosition
GetPosition returns node positions
node/name/n_name.go:31
Method
GetPosition
GetPosition returns node positions
node/name/n_fully_qualified.go:31
Method
GetPosition
GetPosition returns node positions
node/name/n_name_part.go:30
Method
GetPosition
GetPosition returns node positions
node/scalar/node_heredoc.go:33
Method
GetPosition
GetPosition returns node positions
node/scalar/node_encapsed.go:31
Method
GetPosition
GetPosition returns node positions
node/scalar/node_lnumber.go:30
Method
GetPosition
GetPosition returns node positions
node/scalar/node_dnumber.go:30
Method
GetPosition
GetPosition returns node positions
node/scalar/node_encapsed_string_part.go:30
Method
GetPosition
GetPosition returns node positions
node/scalar/node_string.go:30
Method
GetPosition
GetPosition returns node positions
node/scalar/node_magic_constant.go:30
Method
GetWithFreeFloating
()
scanner/lexer.go:64
Method
LeaveChildList
(key string, w walker.Walkable)
visitor/namespace_resolver.go:211
Method
LeaveChildList
(key string, w walker.Walkable)
visitor/json_dumper.go:143
Method
LeaveChildList
(key string, w walker.Walkable)
visitor/dumper.go:81
Method
LeaveChildList
(key string, w walker.Walkable)
visitor/pretty_json_dumper.go:185
Method
LeaveChildList
(key string, w walker.Walkable)
visitor/go_dumper.go:166
Method
LeaveChildList
(key string, w walker.Walkable)
node/t_visitor_test.go:78
Method
LeaveChildList
(key string, w walker.Walkable)
node/expr/t_visitor_test.go:381
Method
LeaveChildList
(key string, w walker.Walkable)
node/expr/assign/t_visitor_test.go:155
Method
LeaveChildList
(key string, w walker.Walkable)
node/expr/cast/t_visitor_test.go:84
Method
LeaveChildList
(key string, w walker.Walkable)
node/expr/binary/t_visitor_test.go:250
Method
LeaveChildList
(key string, w walker.Walkable)
node/stmt/t_visitor_test.go:539
Method
LeaveChildList
(key string, w walker.Walkable)
node/name/t_visitor_test.go:54
Method
LeaveChildList
(key string, w walker.Walkable)
node/scalar/t_visitor_test.go:69
Method
LeaveChildNode
(key string, w walker.Walkable)
visitor/namespace_resolver.go:203
Method
LeaveChildNode
(key string, w walker.Walkable)
visitor/json_dumper.go:133
Method
LeaveChildNode
(key string, w walker.Walkable)
visitor/dumper.go:72
Method
LeaveChildNode
(key string, w walker.Walkable)
visitor/pretty_json_dumper.go:172
Method
LeaveChildNode
(key string, w walker.Walkable)
visitor/go_dumper.go:156
Method
LeaveChildNode
(key string, w walker.Walkable)
node/t_visitor_test.go:74
Method
LeaveChildNode
(key string, w walker.Walkable)
node/expr/t_visitor_test.go:377
Method
LeaveChildNode
(key string, w walker.Walkable)
node/expr/assign/t_visitor_test.go:151
Method
LeaveChildNode
(key string, w walker.Walkable)
node/expr/cast/t_visitor_test.go:80
Method
LeaveChildNode
(key string, w walker.Walkable)
node/expr/binary/t_visitor_test.go:246
Method
LeaveChildNode
(key string, w walker.Walkable)
node/stmt/t_visitor_test.go:535
Method
LeaveChildNode
(key string, w walker.Walkable)
node/name/t_visitor_test.go:50
Method
LeaveChildNode
(key string, w walker.Walkable)
node/scalar/t_visitor_test.go:65
Method
LeaveNode
LeaveNode is invoked after node process
visitor/namespace_resolver.go:190
Method
LeaveNode
LeaveNode is invoked after node process
visitor/json_dumper.go:121
Method
LeaveNode
LeaveNode is invoked after node process
visitor/dumper.go:62
Method
LeaveNode
LeaveNode is invoked after node process
visitor/pretty_json_dumper.go:155
Method
LeaveNode
LeaveNode is invoked after node process
visitor/go_dumper.go:140
Method
LeaveNode
(n walker.Walkable)
node/t_visitor_test.go:70
Method
LeaveNode
(n walker.Walkable)
node/expr/t_visitor_test.go:373
Method
LeaveNode
(n walker.Walkable)
node/expr/assign/t_visitor_test.go:147
Method
LeaveNode
(n walker.Walkable)
node/expr/cast/t_visitor_test.go:76
Method
LeaveNode
(n walker.Walkable)
node/expr/binary/t_visitor_test.go:242
Method
LeaveNode
(n walker.Walkable)
node/stmt/t_visitor_test.go:531
Method
LeaveNode
(n walker.Walkable)
node/name/t_visitor_test.go:46
Method
LeaveNode
(n walker.Walkable)
node/scalar/t_visitor_test.go:61
Method
Lex
(lval *yySymType)
php7/parser.go:39
Method
Lex
(lval *yySymType)
php7/php7.go:1797
Method
Lex
(lval Lval)
scanner/lexer.go:14
Method
Lex
Lex proxy to lexer Lex
php5/parser.go:40
Method
Lookahead
()
php7/php7.go:1803
Method
Lookahead
()
php7/php7.go:1812
Method
Lookahead
()
php5/php5.go:2005
Method
Lookahead
()
php5/php5.go:2014
Function
NewFullyQualified
NewFullyQualified node constructor
node/name/n_fully_qualified.go:18
Function
NewName
NewName node constructor
node/name/n_name.go:18
Function
NewNamePart
NewNamePart node constructor
node/name/n_name_part.go:17
Function
NewRelative
NewRelative node constructor
node/name/n_relative.go:18
Method
Parse
()
parser/parser.go:13
Method
Parse
(yyLexer)
php7/php7.go:1802
Method
Parse
(yylex yyLexer)
php7/php7.go:1943
Method
Parse
(yylex yyLexer)
php5/php5.go:2145
Method
ReturnTokenToPool
(t *Token)
scanner/lexer.go:48
Method
SetElse
SetElse set AltElse node and returns AltIf node
node/stmt/n_alt_if.go:62
Method
SetErrors
(e []*errors.Error)
scanner/lexer.go:76
Method
SetPhpDocComment
(s string)
scanner/lexer.go:56
Method
SetPosition
SetPosition sets node position
node/n_nullable.go:25
Method
SetPosition
SetPosition sets node position
node/n_argument_list.go:25
Method
SetPosition
SetPosition sets node position
node/n_parameter.go:33
Method
SetPosition
SetPosition sets node position
node/n_root.go:25
Method
SetPosition
SetPosition sets node position
node/expr/n_unary_minus.go:26
Method
SetPosition
SetPosition sets node position
node/expr/n_error_suppress.go:26
Method
SetPosition
SetPosition sets node position
node/expr/n_include.go:26
Method
SetPosition
SetPosition sets node position
node/expr/n_const_fetch.go:26
Method
SetPosition
SetPosition sets node position
node/expr/n_isset.go:26
Method
SetPosition
SetPosition sets node position
node/expr/n_array.go:26
Method
SetPosition
SetPosition sets node position
node/expr/n_method_call.go:30
← previous
next →
1,201–1,300 of 2,599, ranked by callers