Example #1
0
 public function test($tmp = null)
 {
     echo "childClass::sss";
     parent::test();
     self::called();
     echo self::CONST_VALUE;
     echo static::$sValue1;
 }