I'm looking for a reliable-bug-free way to remove comments from PHP files for the production version of my code with Gulp.js. If Minifying is also available, even better.
Note that my PHP code is mixed with HTML-CSS-JS in every file, so there's <?php, <?=, ?> everywhere.