InvertedDoubleSection.php 90 B

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