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