MCPcopy Create free account

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

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

FunctionTestCommentNewLine2
(t *testing.T)
scanner/scanner_test.go:1248
FunctionTestCommentWithPhpEndTag
(t *testing.T)
scanner/scanner_test.go:1280
FunctionTestConcat
(t *testing.T)
node/expr/assign/t_assign_op_test.go:601
FunctionTestConcat
(t *testing.T)
node/expr/binary/t_binary_op_test.go:462
FunctionTestConstFetch
(t *testing.T)
node/expr/t_const_fetch_test.go:19
FunctionTestConstFetchFullyQualified
(t *testing.T)
node/expr/t_const_fetch_test.go:139
FunctionTestConstFetchRelative
(t *testing.T)
node/expr/t_const_fetch_test.go:79
FunctionTestConstGroupUse
(t *testing.T)
node/stmt/t_use_test.go:1154
FunctionTestConstList
(t *testing.T)
node/stmt/t_const_list_test.go:17
FunctionTestConstantStrings
(t *testing.T)
scanner/scanner_test.go:481
FunctionTestConstructor
(t *testing.T)
errors/error_test.go:12
FunctionTestContinue
(t *testing.T)
node/stmt/t_continue_test.go:146
FunctionTestContinueEmpty
(t *testing.T)
node/stmt/t_continue_test.go:17
FunctionTestContinueLight
(t *testing.T)
node/stmt/t_continue_test.go:77
FunctionTestCurlyOpenMethodCall
(t *testing.T)
node/scalar/t_encapsed_test.go:570
FunctionTestDNumber
(t *testing.T)
node/scalar/t_numbers_test.go:58
FunctionTestDeclare
(t *testing.T)
node/stmt/t_declare_test.go:17
FunctionTestDeclareStmts
(t *testing.T)
node/stmt/t_declare_test.go:87
FunctionTestDie
(t *testing.T)
node/expr/t_exit_test.go:160
FunctionTestDieEmpty
(t *testing.T)
node/expr/t_exit_test.go:202
FunctionTestDieExpr
(t *testing.T)
node/expr/t_exit_test.go:244
FunctionTestDiv
(t *testing.T)
node/expr/assign/t_assign_op_test.go:676
FunctionTestDiv
(t *testing.T)
node/expr/binary/t_binary_op_test.go:537
FunctionTestDo
(t *testing.T)
node/stmt/t_do_test.go:17
FunctionTestDoNotResolveReservedConstants
(t *testing.T)
visitor/namespace_resolver_test.go:727
FunctionTestDoNotResolveReservedNames
(t *testing.T)
visitor/namespace_resolver_test.go:783
FunctionTestDoNotResolveReservedSpecialNames
(t *testing.T)
visitor/namespace_resolver_test.go:905
FunctionTestDollarOpenCurlyBraces
(t *testing.T)
node/scalar/t_encapsed_test.go:415
FunctionTestDollarOpenCurlyBracesDimNumber
(t *testing.T)
node/scalar/t_encapsed_test.go:484
FunctionTestDouble
(t *testing.T)
node/expr/cast/t_cast_test.go:191
FunctionTestDoubleQuotedScalarString
(t *testing.T)
node/scalar/t_string_test.go:16
FunctionTestDoubleQuotedScalarStringWithEscapedVar
(t *testing.T)
node/scalar/t_string_test.go:58
FunctionTestEcho
(t *testing.T)
node/stmt/t_echo_test.go:80
FunctionTestElse
(t *testing.T)
node/stmt/t_if_test.go:171
FunctionTestElseElseIf
(t *testing.T)
node/stmt/t_if_test.go:247
FunctionTestElseIf
(t *testing.T)
node/stmt/t_if_test.go:76
FunctionTestElseIfElseIfElse
(t *testing.T)
node/stmt/t_if_test.go:393
FunctionTestEmpty
(t *testing.T)
node/expr/t_empty_test.go:17
FunctionTestEmptyHeredoc
(t *testing.T)
node/scalar/t_heredoc_test.go:238
FunctionTestEmptyInlineComment
(t *testing.T)
scanner/scanner_test.go:1379
FunctionTestEmptyInlineComment2
(t *testing.T)
scanner/scanner_test.go:1417
FunctionTestEmptyList
(t *testing.T)
node/expr/t_list_test.go:17
FunctionTestEmptyNodeListPos
(t *testing.T)
positionbuilder/position_builder_test.go:429
FunctionTestEmptyNodeListTokenPos
(t *testing.T)
positionbuilder/position_builder_test.go:447
FunctionTestEqual
(t *testing.T)
node/expr/binary/t_binary_op_test.go:612
FunctionTestErrorSuppress
(t *testing.T)
node/expr/t_error_supress_test.go:17
FunctionTestEval
(t *testing.T)
node/expr/t_eval_test.go:17
FunctionTestExit
(t *testing.T)
node/expr/t_exit_test.go:17
FunctionTestExitEmpty
(t *testing.T)
node/expr/t_exit_test.go:59
FunctionTestExitExpr
(t *testing.T)
node/expr/t_exit_test.go:101
FunctionTestExpression
(t *testing.T)
node/stmt/t_expression_test.go:17
FunctionTestFloat
(t *testing.T)
node/scalar/t_numbers_test.go:100
FunctionTestFor
(t *testing.T)
node/stmt/t_for_test.go:22
FunctionTestForeach
(t *testing.T)
node/stmt/t_foreach_test.go:17
FunctionTestForeachExpr
(t *testing.T)
node/stmt/t_foreach_test.go:93
FunctionTestForeachExprWithKey
(t *testing.T)
node/stmt/t_foreach_test.go:330
FunctionTestForeachWithKey
(t *testing.T)
node/stmt/t_foreach_test.go:237
FunctionTestForeachWithList
(t *testing.T)
node/stmt/t_foreach_test.go:516
FunctionTestForeachWithRef
(t *testing.T)
node/expr/t_reference_test.go:17
FunctionTestForeachWithRef
(t *testing.T)
node/stmt/t_foreach_test.go:415
FunctionTestFullyQualified
(t *testing.T)
node/name/t_name_test.go:86
FunctionTestFunctionCall
(t *testing.T)
node/expr/t_function_call_test.go:22
FunctionTestFunctionCallExprArg
(t *testing.T)
node/expr/t_function_call_test.go:350
FunctionTestFunctionCallRelative
(t *testing.T)
node/expr/t_function_call_test.go:90
FunctionTestFunctionCallVar
(t *testing.T)
node/expr/t_function_call_test.go:247
FunctionTestFunctionFullyQualified
(t *testing.T)
node/expr/t_function_call_test.go:158
FunctionTestFunctionGroupUse
(t *testing.T)
node/stmt/t_use_test.go:1042
FunctionTestFunctionReturn
(t *testing.T)
node/stmt/t_function_test.go:64
FunctionTestFunctionReturnVar
(t *testing.T)
node/stmt/t_function_test.go:118
FunctionTestGlobal
(t *testing.T)
node/stmt/t_global_test.go:17
FunctionTestGlobalVars
(t *testing.T)
node/stmt/t_global_test.go:69
FunctionTestGotoLabel
(t *testing.T)
node/stmt/t_goto_label_test.go:15
FunctionTestGreater
(t *testing.T)
node/expr/binary/t_binary_op_test.go:762
FunctionTestGreaterOrEqual
(t *testing.T)
node/expr/binary/t_binary_op_test.go:687
FunctionTestGroupUse
(t *testing.T)
node/stmt/t_use_test.go:827
FunctionTestGroupUseAlias
(t *testing.T)
node/stmt/t_use_test.go:930
FunctionTestHDNumber
(t *testing.T)
node/scalar/t_numbers_test.go:268
FunctionTestHLNumber
(t *testing.T)
node/scalar/t_numbers_test.go:226
FunctionTestHaltCompiler
(t *testing.T)
node/stmt/t_halt_compiler_test.go:15
FunctionTestHereDocTokens
(t *testing.T)
scanner/scanner_test.go:774
FunctionTestHereDocTokens2
(t *testing.T)
scanner/scanner_test.go:869
FunctionTestHereDocTokens3
(t *testing.T)
scanner/scanner_test.go:943
FunctionTestHereDocTokens73
(t *testing.T)
scanner/scanner_test.go:983
FunctionTestHereDocTokensBefore73
(t *testing.T)
scanner/scanner_test.go:1015
FunctionTestHeredocScalarString
(t *testing.T)
node/scalar/t_heredoc_test.go:282
FunctionTestHeredocSimpleLabel
(t *testing.T)
node/scalar/t_heredoc_test.go:18
FunctionTestIdentical
(t *testing.T)
node/expr/binary/t_binary_op_test.go:837
FunctionTestIdentifier
(t *testing.T)
node/t_node_test.go:19
FunctionTestIf
(t *testing.T)
node/stmt/t_if_test.go:17
FunctionTestIgnoreControllCharacters
(t *testing.T)
scanner/scanner_test.go:1612
FunctionTestIgnoreControllCharactersAtStringVarOffset
(t *testing.T)
scanner/scanner_test.go:1629
FunctionTestInclude
(t *testing.T)
node/expr/t_include_test.go:17
FunctionTestIncludeOnce
(t *testing.T)
node/expr/t_include_test.go:75
FunctionTestInlineComment
(t *testing.T)
scanner/scanner_test.go:1313
FunctionTestInlineComment2
(t *testing.T)
scanner/scanner_test.go:1346
FunctionTestInlineHtml
(t *testing.T)
node/stmt/t_inline_html_test.go:15
FunctionTestInlineHtmlNopTokens
(t *testing.T)
scanner/scanner_test.go:1047
FunctionTestInstanceOf
(t *testing.T)
node/expr/t_instance_of_test.go:19
FunctionTestInstanceOfFullyQualified
(t *testing.T)
node/expr/t_instance_of_test.go:173
FunctionTestInstanceOfRelative
(t *testing.T)
node/expr/t_instance_of_test.go:96
← previousnext →1,501–1,600 of 2,599, ranked by callers