php-1.txt

<?php
// phpcs:ignoreFile
print 'PHP was executed!';
?>

File

core/tests/fixtures/files/php-1.txt

View source
  1. <?php
  2. // phpcs:ignoreFile
  3. print 'PHP was executed!';
  4. ?>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.