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
TestPrinterPrintArgument
(t *testing.T)
printer/printer_test.go:205
Function
TestPrinterPrintArgumentByRef
(t *testing.T)
printer/printer_test.go:226
Function
TestPrinterPrintArray
cast
printer/printer_test.go:1370
Function
TestPrinterPrintAssign
assign
printer/printer_test.go:484
Function
TestPrinterPrintAssignBitwiseAnd
(t *testing.T)
printer/printer_test.go:526
Function
TestPrinterPrintAssignBitwiseOr
(t *testing.T)
printer/printer_test.go:547
Function
TestPrinterPrintAssignBitwiseXor
(t *testing.T)
printer/printer_test.go:568
Function
TestPrinterPrintAssignCoalesce
(t *testing.T)
printer/printer_test.go:589
Function
TestPrinterPrintAssignConcat
(t *testing.T)
printer/printer_test.go:610
Function
TestPrinterPrintAssignDiv
(t *testing.T)
printer/printer_test.go:631
Function
TestPrinterPrintAssignMinus
(t *testing.T)
printer/printer_test.go:652
Function
TestPrinterPrintAssignMod
(t *testing.T)
printer/printer_test.go:673
Function
TestPrinterPrintAssignMul
(t *testing.T)
printer/printer_test.go:694
Function
TestPrinterPrintAssignPlus
(t *testing.T)
printer/printer_test.go:715
Function
TestPrinterPrintAssignPow
(t *testing.T)
printer/printer_test.go:736
Function
TestPrinterPrintAssignShiftLeft
(t *testing.T)
printer/printer_test.go:757
Function
TestPrinterPrintAssignShiftRight
(t *testing.T)
printer/printer_test.go:778
Function
TestPrinterPrintBinaryBitwiseAnd
binary
printer/printer_test.go:801
Function
TestPrinterPrintBinaryBitwiseOr
(t *testing.T)
printer/printer_test.go:822
Function
TestPrinterPrintBinaryBitwiseXor
(t *testing.T)
printer/printer_test.go:843
Function
TestPrinterPrintBinaryBooleanAnd
(t *testing.T)
printer/printer_test.go:864
Function
TestPrinterPrintBinaryBooleanOr
(t *testing.T)
printer/printer_test.go:885
Function
TestPrinterPrintBinaryCoalesce
(t *testing.T)
printer/printer_test.go:906
Function
TestPrinterPrintBinaryConcat
(t *testing.T)
printer/printer_test.go:927
Function
TestPrinterPrintBinaryDiv
(t *testing.T)
printer/printer_test.go:948
Function
TestPrinterPrintBinaryEqual
(t *testing.T)
printer/printer_test.go:969
Function
TestPrinterPrintBinaryGreater
(t *testing.T)
printer/printer_test.go:1011
Function
TestPrinterPrintBinaryGreaterOrEqual
(t *testing.T)
printer/printer_test.go:990
Function
TestPrinterPrintBinaryIdentical
(t *testing.T)
printer/printer_test.go:1032
Function
TestPrinterPrintBinaryLogicalAnd
(t *testing.T)
printer/printer_test.go:1053
Function
TestPrinterPrintBinaryLogicalOr
(t *testing.T)
printer/printer_test.go:1074
Function
TestPrinterPrintBinaryLogicalXor
(t *testing.T)
printer/printer_test.go:1095
Function
TestPrinterPrintBinaryMinus
(t *testing.T)
printer/printer_test.go:1116
Function
TestPrinterPrintBinaryMod
(t *testing.T)
printer/printer_test.go:1137
Function
TestPrinterPrintBinaryMul
(t *testing.T)
printer/printer_test.go:1158
Function
TestPrinterPrintBinaryNotEqual
(t *testing.T)
printer/printer_test.go:1179
Function
TestPrinterPrintBinaryNotIdentical
(t *testing.T)
printer/printer_test.go:1200
Function
TestPrinterPrintBinaryPlus
(t *testing.T)
printer/printer_test.go:1221
Function
TestPrinterPrintBinaryPow
(t *testing.T)
printer/printer_test.go:1242
Function
TestPrinterPrintBinaryShiftLeft
(t *testing.T)
printer/printer_test.go:1263
Function
TestPrinterPrintBinaryShiftRight
(t *testing.T)
printer/printer_test.go:1284
Function
TestPrinterPrintBinarySmaller
(t *testing.T)
printer/printer_test.go:1326
Function
TestPrinterPrintBinarySmallerOrEqual
(t *testing.T)
printer/printer_test.go:1305
Function
TestPrinterPrintBinarySpaceship
(t *testing.T)
printer/printer_test.go:1347
Function
TestPrinterPrintBool
(t *testing.T)
printer/printer_test.go:1388
Function
TestPrinterPrintDie
(t *testing.T)
printer/printer_test.go:1872
Function
TestPrinterPrintDouble
(t *testing.T)
printer/printer_test.go:1406
Function
TestPrinterPrintEmpty
(t *testing.T)
printer/printer_test.go:1799
Function
TestPrinterPrintEval
(t *testing.T)
printer/printer_test.go:1835
Function
TestPrinterPrintExit
(t *testing.T)
printer/printer_test.go:1853
Function
TestPrinterPrintExprArray
(t *testing.T)
printer/printer_test.go:1573
Function
TestPrinterPrintExprArrayDimFetch
expr
printer/printer_test.go:1498
Function
TestPrinterPrintExprArrayItem
(t *testing.T)
printer/printer_test.go:1536
Function
TestPrinterPrintExprArrayItemUnpack
(t *testing.T)
printer/printer_test.go:1554
Function
TestPrinterPrintExprArrayItemWithKey
(t *testing.T)
printer/printer_test.go:1517
Function
TestPrinterPrintExprArrowFunction
(t *testing.T)
printer/printer_test.go:1749
Function
TestPrinterPrintExprBitwiseNot
(t *testing.T)
printer/printer_test.go:1607
Function
TestPrinterPrintExprBooleanNot
(t *testing.T)
printer/printer_test.go:1625
Function
TestPrinterPrintExprClassConstFetch
(t *testing.T)
printer/printer_test.go:1643
Function
TestPrinterPrintExprClone
(t *testing.T)
printer/printer_test.go:1664
Function
TestPrinterPrintExprClosure
(t *testing.T)
printer/printer_test.go:1705
Function
TestPrinterPrintExprClosureUse
(t *testing.T)
printer/printer_test.go:1682
Function
TestPrinterPrintExprConstFetch
(t *testing.T)
printer/printer_test.go:1783
Function
TestPrinterPrintExprReference
(t *testing.T)
printer/printer_test.go:2220
Function
TestPrinterPrintExprShortArray
(t *testing.T)
printer/printer_test.go:2292
Function
TestPrinterPrintExpression
(t *testing.T)
printer/printer_test.go:3500
Function
TestPrinterPrintFile
(t *testing.T)
printer/printer_test.go:19
Function
TestPrinterPrintFileInlineHtml
(t *testing.T)
printer/printer_test.go:73
Function
TestPrinterPrintFunctionCall
(t *testing.T)
printer/printer_test.go:1891
Function
TestPrinterPrintHaltCompiler
(t *testing.T)
printer/printer_test.go:3706
Function
TestPrinterPrintIdentifier
node
printer/printer_test.go:124
Function
TestPrinterPrintIfExpression
(t *testing.T)
printer/printer_test.go:3720
Function
TestPrinterPrintIfNop
(t *testing.T)
printer/printer_test.go:3799
Function
TestPrinterPrintIfStmtList
(t *testing.T)
printer/printer_test.go:3772
Function
TestPrinterPrintInclude
(t *testing.T)
printer/printer_test.go:1930
Function
TestPrinterPrintIncludeOnce
(t *testing.T)
printer/printer_test.go:1946
Function
TestPrinterPrintInlineHtml
(t *testing.T)
printer/printer_test.go:3818
Function
TestPrinterPrintInstanceOf
(t *testing.T)
printer/printer_test.go:1962
Function
TestPrinterPrintInt
(t *testing.T)
printer/printer_test.go:1424
Function
TestPrinterPrintInterface
(t *testing.T)
printer/printer_test.go:3838
Function
TestPrinterPrintIsset
(t *testing.T)
printer/printer_test.go:1981
Function
TestPrinterPrintLabel
(t *testing.T)
printer/printer_test.go:3874
Function
TestPrinterPrintList
(t *testing.T)
printer/printer_test.go:2004
Function
TestPrinterPrintMethodCall
(t *testing.T)
printer/printer_test.go:2042
Function
TestPrinterPrintNameFullyQualified
(t *testing.T)
printer/printer_test.go:289
Function
TestPrinterPrintNameName
(t *testing.T)
printer/printer_test.go:266
Function
TestPrinterPrintNameNamePart
name
printer/printer_test.go:250
Function
TestPrinterPrintNameRelative
(t *testing.T)
printer/printer_test.go:312
Function
TestPrinterPrintNamespace
(t *testing.T)
printer/printer_test.go:3890
Function
TestPrinterPrintNamespaceWithStmts
(t *testing.T)
printer/printer_test.go:3906
Function
TestPrinterPrintNew
(t *testing.T)
printer/printer_test.go:2075
Function
TestPrinterPrintNop
(t *testing.T)
printer/printer_test.go:3927
Function
TestPrinterPrintNullable
(t *testing.T)
printer/printer_test.go:171
Function
TestPrinterPrintObject
(t *testing.T)
printer/printer_test.go:1442
Function
TestPrinterPrintParameter
(t *testing.T)
printer/printer_test.go:141
Function
TestPrinterPrintPostDec
(t *testing.T)
printer/printer_test.go:2111
Function
TestPrinterPrintPostInc
(t *testing.T)
printer/printer_test.go:2129
Function
TestPrinterPrintPreDec
(t *testing.T)
printer/printer_test.go:2147
Function
TestPrinterPrintPreInc
(t *testing.T)
printer/printer_test.go:2165
Function
TestPrinterPrintPrint
(t *testing.T)
printer/printer_test.go:2183
← previous
next →
2,101–2,200 of 2,599, ranked by callers