Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/php/frankenphp
/ phpType
TypeAlias
phpType
internal/extgen/nodes.go:9–9 ·
view source on GitHub ↗
phpType represents a PHP type
Source
from the content-addressed store, hash-verified
7
8
// phpType represents a PHP type
9
type
phpType string
10
11
const
(
12
phpString phpType =
"string"
Callers
12
parseParameter
Function · 0.85
parseSignature
Method · 0.85
parseMethodSignature
Method · 0.85
TestGoFileGenerator_phpTypeToGoType
Function · 0.85
TestParameterParser_GenerateParamParsingMacro
Function · 0.85
TestParameterParser_GenerateSingleGoCallParam
Function · 0.85
TestValidateReturnType
Function · 0.85
TestValidateClassProperty
Function · 0.85
TestValidateParameter
Function · 0.85
TestPhpTypeToGoType
Function · 0.85
TestPhpReturnTypeToGoType
Function · 0.85
TestPHPFunctionGenerator_GenerateReturnCode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected