/* A Parser for PHP written in Go Package usage example: package main import ( "log" "os" "github.com/z7zmey/php-parser/pkg/cfg" "github.com/z7zmey/php-parser/pkg/errors" "github.com/z7zmey/php-parser/pkg/parser" "github.com/z7zmey/php-parser/pkg/version" "github.com/z7zmey/php-parser/pkg/visitor/dumper" ) func main() { src := []byte(`