This commit is contained in:
z7zmey 2018-07-01 00:38:31 +03:00
parent 8de55d266c
commit 978e609f29
4 changed files with 11839 additions and 12017 deletions

View File

@ -21,7 +21,7 @@ bench:
go test -benchmem -bench=. ./php5
go test -benchmem -bench=. ./php7
compile: ./php5/php5.go ./php7/php7.go ./scanner/scanner.go
compile: ./php5/php5.go ./php7/php7.go ./scanner/scanner.go fmt
sed -i '' -e 's/yyErrorVerbose = false/yyErrorVerbose = true/g' ./php7/php7.go
sed -i '' -e 's/yyErrorVerbose = false/yyErrorVerbose = true/g' ./php5/php5.go
rm -f y.output

View File

@ -347,7 +347,6 @@ const yyErrCode = 2
const yyInitialStackSize = 16
//line php5/php5.y:6789
type simpleIndirectReference struct {
all []*expr.Variable
last *expr.Variable

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff