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
SetPosition
SetPosition sets node position
node/stmt/n_use_list.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_trait_use_precedence.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_static.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_trait_method_ref.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_alt_for.go:32
Method
SetPosition
SetPosition sets node position
node/stmt/n_class.go:38
Method
SetPosition
SetPosition sets node position
node/stmt/n_goto.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_nop.go:21
Method
SetPosition
SetPosition sets node position
node/stmt/n_class_const_list.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_class_extends.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_use.go:30
Method
SetPosition
SetPosition sets node position
node/stmt/n_const_list.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_else_if.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_alt_switch.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_trait_use_alias.go:30
Method
SetPosition
SetPosition sets node position
node/stmt/n_label.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_trait.go:30
Method
SetPosition
SetPosition sets node position
node/stmt/n_if.go:32
Method
SetPosition
SetPosition sets node position
node/stmt/n_halt_compiler.go:21
Method
SetPosition
SetPosition sets node position
node/stmt/n_finally.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_trait_adaptation_list.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_property_list.go:30
Method
SetPosition
SetPosition sets node position
node/stmt/n_try.go:30
Method
SetPosition
SetPosition sets node position
node/stmt/n_alt_foreach.go:32
Method
SetPosition
SetPosition sets node position
node/stmt/n_global.go:26
Method
SetPosition
SetPosition sets node position
node/stmt/n_class_method.go:38
Method
SetPosition
SetPosition sets node position
node/stmt/n_function.go:36
Method
SetPosition
SetPosition sets node position
node/stmt/n_do.go:28
Method
SetPosition
SetPosition sets node position
node/stmt/n_switch.go:28
Method
SetPosition
SetPosition sets node position
node/name/n_relative.go:26
Method
SetPosition
SetPosition sets node position
node/name/n_name.go:26
Method
SetPosition
SetPosition sets node position
node/scalar/node_heredoc.go:28
Method
SetPosition
SetPosition sets node position
node/scalar/node_encapsed.go:26
Method
SetPosition
SetPosition sets node position
node/scalar/node_dnumber.go:25
Method
SetPosition
SetPosition sets node position
node/scalar/node_magic_constant.go:25
Method
SetUseType
SetUseType set use type and returns node
node/stmt/n_group_use.go:49
Method
SetWithFreeFloating
(b bool)
scanner/lexer.go:68
Method
String
()
freefloating/position_string.go:93
Method
String
()
scanner/tokenid_string.go:155
Function
TestAbstractClass
(t *testing.T)
node/stmt/t_class_test.go:62
Function
TestAbstractClassMethod
(t *testing.T)
node/stmt/t_class_method_test.go:417
Function
TestAltDeclare
(t *testing.T)
node/stmt/t_declare_test.go:185
Function
TestAltElse
(t *testing.T)
node/stmt/t_alt_if_test.go:177
Function
TestAltElseElseIf
(t *testing.T)
node/stmt/t_alt_if_test.go:257
Function
TestAltElseIf
(t *testing.T)
node/stmt/t_alt_if_test.go:78
Function
TestAltFor
(t *testing.T)
node/stmt/t_for_test.go:188
Function
TestAltForeach
(t *testing.T)
node/stmt/t_foreach_test.go:161
Function
TestAltIf
(t *testing.T)
node/stmt/t_alt_if_test.go:16
Function
TestAltSwitch
(t *testing.T)
node/stmt/t_switch_case_default_test.go:17
Function
TestAltSwitchSemicolon
(t *testing.T)
node/stmt/t_switch_case_default_test.go:120
Function
TestAnonimousClass
(t *testing.T)
node/stmt/t_class_test.go:386
Function
TestAnonymousNamespace
(t *testing.T)
node/stmt/t_namespace_test.go:122
Function
TestArray
(t *testing.T)
node/expr/t_array_test.go:17
Function
TestArray
(t *testing.T)
node/expr/cast/t_cast_test.go:17
Function
TestArrayDimFetch
(t *testing.T)
node/expr/t_array_dim_fetch_test.go:17
Function
TestArrayDimFetchNested
(t *testing.T)
node/expr/t_array_dim_fetch_test.go:84
Function
TestArrayItem
(t *testing.T)
node/expr/t_array_test.go:59
Function
TestArrayItemUnpack
(t *testing.T)
node/expr/t_array_test.go:222
Function
TestArrayItems
(t *testing.T)
node/expr/t_array_test.go:119
Function
TestArrowFunction
(t *testing.T)
node/expr/t_arrow_function_test.go:15
Function
TestArrowFunctionReturnType
(t *testing.T)
node/expr/t_arrow_function_test.go:71
Function
TestAssign
(t *testing.T)
node/expr/assign/t_assign_op_test.go:301
Function
TestBackquoteStringTokens
(t *testing.T)
scanner/scanner_test.go:682
Function
TestBinaryDNumber
(t *testing.T)
node/scalar/t_numbers_test.go:184
Function
TestBinaryLNumber
(t *testing.T)
node/scalar/t_numbers_test.go:142
Function
TestBinaryString
(t *testing.T)
node/expr/cast/t_cast_test.go:539
Function
TestBitwiseAnd
(t *testing.T)
node/expr/assign/t_assign_op_test.go:376
Function
TestBitwiseAnd
(t *testing.T)
node/expr/binary/t_binary_op_test.go:17
Function
TestBitwiseNot
(t *testing.T)
node/expr/t_bitwise_not_test.go:17
Function
TestBitwiseOr
(t *testing.T)
node/expr/assign/t_assign_op_test.go:451
Function
TestBitwiseOr
(t *testing.T)
node/expr/binary/t_binary_op_test.go:92
Function
TestBitwiseXor
(t *testing.T)
node/expr/assign/t_assign_op_test.go:526
Function
TestBitwiseXor
(t *testing.T)
node/expr/binary/t_binary_op_test.go:167
Function
TestBool
(t *testing.T)
node/expr/cast/t_cast_test.go:75
Function
TestBoolShort
(t *testing.T)
node/expr/cast/t_cast_test.go:133
Function
TestBooleanAnd
(t *testing.T)
node/expr/binary/t_binary_op_test.go:242
Function
TestBooleanNot
(t *testing.T)
node/expr/t_boolean_not_test.go:17
Function
TestBooleanOr
(t *testing.T)
node/expr/binary/t_binary_op_test.go:317
Function
TestBreak
(t *testing.T)
node/stmt/t_while_break_test.go:146
Function
TestBreakEmpty
(t *testing.T)
node/stmt/t_while_break_test.go:17
Function
TestBreakLight
(t *testing.T)
node/stmt/t_while_break_test.go:77
Function
TestCastFloat
(t *testing.T)
node/expr/cast/t_cast_test.go:249
Function
TestClassConstFetch
(t *testing.T)
node/expr/t_class_const_fetch_test.go:19
Function
TestClassConstList
(t *testing.T)
node/stmt/t_class_const_list_test.go:17
Function
TestClassConstListWithoutModifiers
(t *testing.T)
node/stmt/t_class_const_list_test.go:132
Function
TestClassExtends
(t *testing.T)
node/stmt/t_class_test.go:117
Function
TestClassImplement
(t *testing.T)
node/stmt/t_class_test.go:199
Function
TestClassImplements
(t *testing.T)
node/stmt/t_class_test.go:283
Function
TestClone
(t *testing.T)
node/expr/t_clone_test.go:75
Function
TestCloneBrackets
(t *testing.T)
node/expr/t_clone_test.go:17
Function
TestClosure
(t *testing.T)
node/expr/t_closure_test.go:19
Function
TestClosureReturnType
(t *testing.T)
node/expr/t_closure_test.go:370
Function
TestClosureUse
(t *testing.T)
node/expr/t_closure_test.go:64
Function
TestClosureUse2
(t *testing.T)
node/expr/t_closure_test.go:217
Function
TestCoalesce
(t *testing.T)
node/expr/assign/t_assign_op_test.go:1276
Function
TestCoalesce
(t *testing.T)
node/expr/binary/t_binary_op_test.go:392
Function
TestCommentEnd
(t *testing.T)
scanner/scanner_test.go:1152
Function
TestCommentEndFile
(t *testing.T)
node/t_node_test.go:2733
Function
TestCommentNewLine
(t *testing.T)
scanner/scanner_test.go:1184
Function
TestCommentNewLine1
(t *testing.T)
scanner/scanner_test.go:1216
← previous
next →
1,401–1,500 of 2,599, ranked by callers