MCPcopy 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
9type phpType string
10
11const (
12 phpString phpType = "string"

Calls

no outgoing calls

Tested by

no test coverage detected