MCPcopy Create free account

hub / github.com/z7zmey/php-parser / functions

Functions2,599 in github.com/z7zmey/php-parser

MethodSetPosition
SetPosition sets node position
node/stmt/n_use_list.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_trait_use_precedence.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_static.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_trait_method_ref.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_alt_for.go:32
MethodSetPosition
SetPosition sets node position
node/stmt/n_class.go:38
MethodSetPosition
SetPosition sets node position
node/stmt/n_goto.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_nop.go:21
MethodSetPosition
SetPosition sets node position
node/stmt/n_class_const_list.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_class_extends.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_use.go:30
MethodSetPosition
SetPosition sets node position
node/stmt/n_const_list.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_else_if.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_alt_switch.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_trait_use_alias.go:30
MethodSetPosition
SetPosition sets node position
node/stmt/n_label.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_trait.go:30
MethodSetPosition
SetPosition sets node position
node/stmt/n_if.go:32
MethodSetPosition
SetPosition sets node position
node/stmt/n_halt_compiler.go:21
MethodSetPosition
SetPosition sets node position
node/stmt/n_finally.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_trait_adaptation_list.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_property_list.go:30
MethodSetPosition
SetPosition sets node position
node/stmt/n_try.go:30
MethodSetPosition
SetPosition sets node position
node/stmt/n_alt_foreach.go:32
MethodSetPosition
SetPosition sets node position
node/stmt/n_global.go:26
MethodSetPosition
SetPosition sets node position
node/stmt/n_class_method.go:38
MethodSetPosition
SetPosition sets node position
node/stmt/n_function.go:36
MethodSetPosition
SetPosition sets node position
node/stmt/n_do.go:28
MethodSetPosition
SetPosition sets node position
node/stmt/n_switch.go:28
MethodSetPosition
SetPosition sets node position
node/name/n_relative.go:26
MethodSetPosition
SetPosition sets node position
node/name/n_name.go:26
MethodSetPosition
SetPosition sets node position
node/scalar/node_heredoc.go:28
MethodSetPosition
SetPosition sets node position
node/scalar/node_encapsed.go:26
MethodSetPosition
SetPosition sets node position
node/scalar/node_dnumber.go:25
MethodSetPosition
SetPosition sets node position
node/scalar/node_magic_constant.go:25
MethodSetUseType
SetUseType set use type and returns node
node/stmt/n_group_use.go:49
MethodSetWithFreeFloating
(b bool)
scanner/lexer.go:68
MethodString
()
freefloating/position_string.go:93
MethodString
()
scanner/tokenid_string.go:155
FunctionTestAbstractClass
(t *testing.T)
node/stmt/t_class_test.go:62
FunctionTestAbstractClassMethod
(t *testing.T)
node/stmt/t_class_method_test.go:417
FunctionTestAltDeclare
(t *testing.T)
node/stmt/t_declare_test.go:185
FunctionTestAltElse
(t *testing.T)
node/stmt/t_alt_if_test.go:177
FunctionTestAltElseElseIf
(t *testing.T)
node/stmt/t_alt_if_test.go:257
FunctionTestAltElseIf
(t *testing.T)
node/stmt/t_alt_if_test.go:78
FunctionTestAltFor
(t *testing.T)
node/stmt/t_for_test.go:188
FunctionTestAltForeach
(t *testing.T)
node/stmt/t_foreach_test.go:161
FunctionTestAltIf
(t *testing.T)
node/stmt/t_alt_if_test.go:16
FunctionTestAltSwitch
(t *testing.T)
node/stmt/t_switch_case_default_test.go:17
FunctionTestAltSwitchSemicolon
(t *testing.T)
node/stmt/t_switch_case_default_test.go:120
FunctionTestAnonimousClass
(t *testing.T)
node/stmt/t_class_test.go:386
FunctionTestAnonymousNamespace
(t *testing.T)
node/stmt/t_namespace_test.go:122
FunctionTestArray
(t *testing.T)
node/expr/t_array_test.go:17
FunctionTestArray
(t *testing.T)
node/expr/cast/t_cast_test.go:17
FunctionTestArrayDimFetch
(t *testing.T)
node/expr/t_array_dim_fetch_test.go:17
FunctionTestArrayDimFetchNested
(t *testing.T)
node/expr/t_array_dim_fetch_test.go:84
FunctionTestArrayItem
(t *testing.T)
node/expr/t_array_test.go:59
FunctionTestArrayItemUnpack
(t *testing.T)
node/expr/t_array_test.go:222
FunctionTestArrayItems
(t *testing.T)
node/expr/t_array_test.go:119
FunctionTestArrowFunction
(t *testing.T)
node/expr/t_arrow_function_test.go:15
FunctionTestArrowFunctionReturnType
(t *testing.T)
node/expr/t_arrow_function_test.go:71
FunctionTestAssign
(t *testing.T)
node/expr/assign/t_assign_op_test.go:301
FunctionTestBackquoteStringTokens
(t *testing.T)
scanner/scanner_test.go:682
FunctionTestBinaryDNumber
(t *testing.T)
node/scalar/t_numbers_test.go:184
FunctionTestBinaryLNumber
(t *testing.T)
node/scalar/t_numbers_test.go:142
FunctionTestBinaryString
(t *testing.T)
node/expr/cast/t_cast_test.go:539
FunctionTestBitwiseAnd
(t *testing.T)
node/expr/assign/t_assign_op_test.go:376
FunctionTestBitwiseAnd
(t *testing.T)
node/expr/binary/t_binary_op_test.go:17
FunctionTestBitwiseNot
(t *testing.T)
node/expr/t_bitwise_not_test.go:17
FunctionTestBitwiseOr
(t *testing.T)
node/expr/assign/t_assign_op_test.go:451
FunctionTestBitwiseOr
(t *testing.T)
node/expr/binary/t_binary_op_test.go:92
FunctionTestBitwiseXor
(t *testing.T)
node/expr/assign/t_assign_op_test.go:526
FunctionTestBitwiseXor
(t *testing.T)
node/expr/binary/t_binary_op_test.go:167
FunctionTestBool
(t *testing.T)
node/expr/cast/t_cast_test.go:75
FunctionTestBoolShort
(t *testing.T)
node/expr/cast/t_cast_test.go:133
FunctionTestBooleanAnd
(t *testing.T)
node/expr/binary/t_binary_op_test.go:242
FunctionTestBooleanNot
(t *testing.T)
node/expr/t_boolean_not_test.go:17
FunctionTestBooleanOr
(t *testing.T)
node/expr/binary/t_binary_op_test.go:317
FunctionTestBreak
(t *testing.T)
node/stmt/t_while_break_test.go:146
FunctionTestBreakEmpty
(t *testing.T)
node/stmt/t_while_break_test.go:17
FunctionTestBreakLight
(t *testing.T)
node/stmt/t_while_break_test.go:77
FunctionTestCastFloat
(t *testing.T)
node/expr/cast/t_cast_test.go:249
FunctionTestClassConstFetch
(t *testing.T)
node/expr/t_class_const_fetch_test.go:19
FunctionTestClassConstList
(t *testing.T)
node/stmt/t_class_const_list_test.go:17
FunctionTestClassConstListWithoutModifiers
(t *testing.T)
node/stmt/t_class_const_list_test.go:132
FunctionTestClassExtends
(t *testing.T)
node/stmt/t_class_test.go:117
FunctionTestClassImplement
(t *testing.T)
node/stmt/t_class_test.go:199
FunctionTestClassImplements
(t *testing.T)
node/stmt/t_class_test.go:283
FunctionTestClone
(t *testing.T)
node/expr/t_clone_test.go:75
FunctionTestCloneBrackets
(t *testing.T)
node/expr/t_clone_test.go:17
FunctionTestClosure
(t *testing.T)
node/expr/t_closure_test.go:19
FunctionTestClosureReturnType
(t *testing.T)
node/expr/t_closure_test.go:370
FunctionTestClosureUse
(t *testing.T)
node/expr/t_closure_test.go:64
FunctionTestClosureUse2
(t *testing.T)
node/expr/t_closure_test.go:217
FunctionTestCoalesce
(t *testing.T)
node/expr/assign/t_assign_op_test.go:1276
FunctionTestCoalesce
(t *testing.T)
node/expr/binary/t_binary_op_test.go:392
FunctionTestCommentEnd
(t *testing.T)
scanner/scanner_test.go:1152
FunctionTestCommentEndFile
(t *testing.T)
node/t_node_test.go:2733
FunctionTestCommentNewLine
(t *testing.T)
scanner/scanner_test.go:1184
FunctionTestCommentNewLine1
(t *testing.T)
scanner/scanner_test.go:1216
← previousnext →1,401–1,500 of 2,599, ranked by callers