What are the advantages and disadvantages of using Netbeans, PHPStorm, and Eclipse PDT for PHP development?

Issue: Comparing the advantages and disadvantages of using Netbeans, PHPStorm, and Eclipse PDT for PHP development can help developers choose the best IDE for their projects. Code snippet:

<?php
// Sample PHP code snippet
echo "Hello, World!";
?>