Just put your XML in a variable and output it:
<?php $xml = <<<XML <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3locallang> <meta type="array"> <description>CSH for Content Elements Table.</description> <type>CSH</type> <csh_table>tt_content</csh_table> </meta> </T3locallang> XML; echo $xml; ?>
There is no other solution for PhpStorm, AFAIK.
source share