File "SideEffectsUnitTest.3.inc"

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

<?php
define("MAXSIZE", 100);
$defined = true;
if (defined('MINSIZE') === false) {
    $defined = false;
}