What are some common IDEs used for PHP development?

Some common IDEs used for PHP development include PhpStorm, Visual Studio Code, Sublime Text, and Eclipse. These IDEs provide features such as syntax highlighting, code completion, debugging tools, and integration with version control systems, making it easier for developers to write and manage PHP code efficiently.

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