File "IncrementDecrementSpacingUnitTest.inc"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.inc
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

$i = 10;
--$i;
-- $i;
-- /*comment*/ $i;
++$i;
++ 
   $i;
++/*comment*/$i;

$i--;
$i        --;
$i /*comment*/ --;
$i++;
$i ++;
$i /*comment*/ ++;