InvertedDoubleSection.php 84 B

123456
  1. <?php
  2. class InvertedDoubleSection {
  3. public $t = false;
  4. public $two = 'second';
  5. }