Skip to content

Commit 83ca495

Browse files
committed
add test file
1 parent baeec69 commit 83ca495

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

tests/test.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php
2+
3+
class TestPrice
4+
{
5+
private $id = 1;
6+
private $name = 2;
7+
public $language = '';
8+
var $age;
9+
10+
public function setId($a)
11+
{
12+
$this->a = $a;
13+
}
14+
15+
public static function sayHello()
16+
{
17+
}
18+
19+
public function printTxt($txt = '')
20+
{
21+
}
22+
}

0 commit comments

Comments
 (0)