somefile2.php 103 B

12345678910
  1. <?php
  2. namespace Test\AAaa;
  3. class test
  4. {
  5. var $testA;
  6. public $test_B;
  7. public $testC;
  8. }