File "ClosingTagUnitTest.3.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.3.inc
File size: 81 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
$arr = [1, 2, 3];
?>

A: <?= $arr[0] ?>
B: <?= $arr[1] ?>
C: <?= $arr[2] ?>