7 lines
84 B
PHP
7 lines
84 B
PHP
<?php
|
|
|
|
class InvertedDoubleSection {
|
|
public $t = false;
|
|
public $two = 'second';
|
|
}
|