예제 #1
0
파일: single.php 프로젝트: 453111208/bbc
 public function testKernelSingle()
 {
     $a = 1;
     $b = 2;
     $c = 3;
     kernel::single1('abc', $a, $b, $c);
 }