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
Function
TestCommentNewLine2
(t *testing.T)
scanner/scanner_test.go:1248
Function
TestCommentWithPhpEndTag
(t *testing.T)
scanner/scanner_test.go:1280
Function
TestConcat
(t *testing.T)
node/expr/assign/t_assign_op_test.go:601
Function
TestConcat
(t *testing.T)
node/expr/binary/t_binary_op_test.go:462
Function
TestConstFetch
(t *testing.T)
node/expr/t_const_fetch_test.go:19
Function
TestConstFetchFullyQualified
(t *testing.T)
node/expr/t_const_fetch_test.go:139
Function
TestConstFetchRelative
(t *testing.T)
node/expr/t_const_fetch_test.go:79
Function
TestConstGroupUse
(t *testing.T)
node/stmt/t_use_test.go:1154
Function
TestConstList
(t *testing.T)
node/stmt/t_const_list_test.go:17
Function
TestConstantStrings
(t *testing.T)
scanner/scanner_test.go:481
Function
TestConstructor
(t *testing.T)
errors/error_test.go:12
Function
TestContinue
(t *testing.T)
node/stmt/t_continue_test.go:146
Function
TestContinueEmpty
(t *testing.T)
node/stmt/t_continue_test.go:17
Function
TestContinueLight
(t *testing.T)
node/stmt/t_continue_test.go:77
Function
TestCurlyOpenMethodCall
(t *testing.T)
node/scalar/t_encapsed_test.go:570
Function
TestDNumber
(t *testing.T)
node/scalar/t_numbers_test.go:58
Function
TestDeclare
(t *testing.T)
node/stmt/t_declare_test.go:17
Function
TestDeclareStmts
(t *testing.T)
node/stmt/t_declare_test.go:87
Function
TestDie
(t *testing.T)
node/expr/t_exit_test.go:160
Function
TestDieEmpty
(t *testing.T)
node/expr/t_exit_test.go:202
Function
TestDieExpr
(t *testing.T)
node/expr/t_exit_test.go:244
Function
TestDiv
(t *testing.T)
node/expr/assign/t_assign_op_test.go:676
Function
TestDiv
(t *testing.T)
node/expr/binary/t_binary_op_test.go:537
Function
TestDo
(t *testing.T)
node/stmt/t_do_test.go:17
Function
TestDoNotResolveReservedConstants
(t *testing.T)
visitor/namespace_resolver_test.go:727
Function
TestDoNotResolveReservedNames
(t *testing.T)
visitor/namespace_resolver_test.go:783
Function
TestDoNotResolveReservedSpecialNames
(t *testing.T)
visitor/namespace_resolver_test.go:905
Function
TestDollarOpenCurlyBraces
(t *testing.T)
node/scalar/t_encapsed_test.go:415
Function
TestDollarOpenCurlyBracesDimNumber
(t *testing.T)
node/scalar/t_encapsed_test.go:484
Function
TestDouble
(t *testing.T)
node/expr/cast/t_cast_test.go:191
Function
TestDoubleQuotedScalarString
(t *testing.T)
node/scalar/t_string_test.go:16
Function
TestDoubleQuotedScalarStringWithEscapedVar
(t *testing.T)
node/scalar/t_string_test.go:58
Function
TestEcho
(t *testing.T)
node/stmt/t_echo_test.go:80
Function
TestElse
(t *testing.T)
node/stmt/t_if_test.go:171
Function
TestElseElseIf
(t *testing.T)
node/stmt/t_if_test.go:247
Function
TestElseIf
(t *testing.T)
node/stmt/t_if_test.go:76
Function
TestElseIfElseIfElse
(t *testing.T)
node/stmt/t_if_test.go:393
Function
TestEmpty
(t *testing.T)
node/expr/t_empty_test.go:17
Function
TestEmptyHeredoc
(t *testing.T)
node/scalar/t_heredoc_test.go:238
Function
TestEmptyInlineComment
(t *testing.T)
scanner/scanner_test.go:1379
Function
TestEmptyInlineComment2
(t *testing.T)
scanner/scanner_test.go:1417
Function
TestEmptyList
(t *testing.T)
node/expr/t_list_test.go:17
Function
TestEmptyNodeListPos
(t *testing.T)
positionbuilder/position_builder_test.go:429
Function
TestEmptyNodeListTokenPos
(t *testing.T)
positionbuilder/position_builder_test.go:447
Function
TestEqual
(t *testing.T)
node/expr/binary/t_binary_op_test.go:612
Function
TestErrorSuppress
(t *testing.T)
node/expr/t_error_supress_test.go:17
Function
TestEval
(t *testing.T)
node/expr/t_eval_test.go:17
Function
TestExit
(t *testing.T)
node/expr/t_exit_test.go:17
Function
TestExitEmpty
(t *testing.T)
node/expr/t_exit_test.go:59
Function
TestExitExpr
(t *testing.T)
node/expr/t_exit_test.go:101
Function
TestExpression
(t *testing.T)
node/stmt/t_expression_test.go:17
Function
TestFloat
(t *testing.T)
node/scalar/t_numbers_test.go:100
Function
TestFor
(t *testing.T)
node/stmt/t_for_test.go:22
Function
TestForeach
(t *testing.T)
node/stmt/t_foreach_test.go:17
Function
TestForeachExpr
(t *testing.T)
node/stmt/t_foreach_test.go:93
Function
TestForeachExprWithKey
(t *testing.T)
node/stmt/t_foreach_test.go:330
Function
TestForeachWithKey
(t *testing.T)
node/stmt/t_foreach_test.go:237
Function
TestForeachWithList
(t *testing.T)
node/stmt/t_foreach_test.go:516
Function
TestForeachWithRef
(t *testing.T)
node/expr/t_reference_test.go:17
Function
TestForeachWithRef
(t *testing.T)
node/stmt/t_foreach_test.go:415
Function
TestFullyQualified
(t *testing.T)
node/name/t_name_test.go:86
Function
TestFunctionCall
(t *testing.T)
node/expr/t_function_call_test.go:22
Function
TestFunctionCallExprArg
(t *testing.T)
node/expr/t_function_call_test.go:350
Function
TestFunctionCallRelative
(t *testing.T)
node/expr/t_function_call_test.go:90
Function
TestFunctionCallVar
(t *testing.T)
node/expr/t_function_call_test.go:247
Function
TestFunctionFullyQualified
(t *testing.T)
node/expr/t_function_call_test.go:158
Function
TestFunctionGroupUse
(t *testing.T)
node/stmt/t_use_test.go:1042
Function
TestFunctionReturn
(t *testing.T)
node/stmt/t_function_test.go:64
Function
TestFunctionReturnVar
(t *testing.T)
node/stmt/t_function_test.go:118
Function
TestGlobal
(t *testing.T)
node/stmt/t_global_test.go:17
Function
TestGlobalVars
(t *testing.T)
node/stmt/t_global_test.go:69
Function
TestGotoLabel
(t *testing.T)
node/stmt/t_goto_label_test.go:15
Function
TestGreater
(t *testing.T)
node/expr/binary/t_binary_op_test.go:762
Function
TestGreaterOrEqual
(t *testing.T)
node/expr/binary/t_binary_op_test.go:687
Function
TestGroupUse
(t *testing.T)
node/stmt/t_use_test.go:827
Function
TestGroupUseAlias
(t *testing.T)
node/stmt/t_use_test.go:930
Function
TestHDNumber
(t *testing.T)
node/scalar/t_numbers_test.go:268
Function
TestHLNumber
(t *testing.T)
node/scalar/t_numbers_test.go:226
Function
TestHaltCompiler
(t *testing.T)
node/stmt/t_halt_compiler_test.go:15
Function
TestHereDocTokens
(t *testing.T)
scanner/scanner_test.go:774
Function
TestHereDocTokens2
(t *testing.T)
scanner/scanner_test.go:869
Function
TestHereDocTokens3
(t *testing.T)
scanner/scanner_test.go:943
Function
TestHereDocTokens73
(t *testing.T)
scanner/scanner_test.go:983
Function
TestHereDocTokensBefore73
(t *testing.T)
scanner/scanner_test.go:1015
Function
TestHeredocScalarString
(t *testing.T)
node/scalar/t_heredoc_test.go:282
Function
TestHeredocSimpleLabel
(t *testing.T)
node/scalar/t_heredoc_test.go:18
Function
TestIdentical
(t *testing.T)
node/expr/binary/t_binary_op_test.go:837
Function
TestIdentifier
(t *testing.T)
node/t_node_test.go:19
Function
TestIf
(t *testing.T)
node/stmt/t_if_test.go:17
Function
TestIgnoreControllCharacters
(t *testing.T)
scanner/scanner_test.go:1612
Function
TestIgnoreControllCharactersAtStringVarOffset
(t *testing.T)
scanner/scanner_test.go:1629
Function
TestInclude
(t *testing.T)
node/expr/t_include_test.go:17
Function
TestIncludeOnce
(t *testing.T)
node/expr/t_include_test.go:75
Function
TestInlineComment
(t *testing.T)
scanner/scanner_test.go:1313
Function
TestInlineComment2
(t *testing.T)
scanner/scanner_test.go:1346
Function
TestInlineHtml
(t *testing.T)
node/stmt/t_inline_html_test.go:15
Function
TestInlineHtmlNopTokens
(t *testing.T)
scanner/scanner_test.go:1047
Function
TestInstanceOf
(t *testing.T)
node/expr/t_instance_of_test.go:19
Function
TestInstanceOfFullyQualified
(t *testing.T)
node/expr/t_instance_of_test.go:173
Function
TestInstanceOfRelative
(t *testing.T)
node/expr/t_instance_of_test.go:96
← previous
next →
1,501–1,600 of 2,599, ranked by callers