MCPcopy Index your code
hub / github.com/php/frankenphp / ParseConstants

Method ParseConstants

internal/extgen/parser.go:18–21  ·  view source on GitHub ↗

EXPERIMENTAL

(filename string)

Source from the content-addressed store, hash-verified

16
17// EXPERIMENTAL
18func (p *SourceParser) ParseConstants(filename string) ([]phpConstant, error) {
19 constantParser := &ConstantParser{}
20 return constantParser.parse(filename)
21}
22
23// EXPERIMENTAL
24func (p *SourceParser) ParseNamespace(filename string) (string, error) {

Callers 1

parseSourceMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected