We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd7369 commit 71c0a80Copy full SHA for 71c0a80
.ci/lemon-parser.ps1
@@ -35,4 +35,4 @@ $ParserC = Join-Path -Path './parser' -ChildPath 'parser.c'
35
$ZephirC = Join-Path -Path './parser' -ChildPath 'zephir.c'
36
$BaseC = Join-Path -Path './parser' -ChildPath 'base.c'
37
Set-Content -Path ${ParserC} -Value '#include <php.h>'
38
-Get-Content ${ParserC}, ${ZephirC}, ${BaseC} | Set-Content ${ParserC}
+Get-Content ${ZephirC}, ${BaseC} | Add-Content ${ParserC}
0 commit comments