What are some recommended standalone tools for comparing two PHP files with color highlighting of differences?

When comparing two PHP files for differences, it can be helpful to use standalone tools that provide color highlighting to easily identify changes. This can be especially useful when reviewing code changes or debugging issues in a collaborative environment. Some recommended tools for this purpose include Meld, WinMerge, and Beyond Compare.

<?php
// No PHP code snippet needed for this question.