This commit is contained in:
lq 2024-05-15 16:37:14 +08:00
parent 4ee77e26e4
commit f9fde36bf3

View File

@ -9,4 +9,8 @@ class Test {
function test2 () {
return microtime();
}
function test3() {
return 'test3';
}
}