dev
This commit is contained in:
parent
4ee77e26e4
commit
f9fde36bf3
|
@ -9,4 +9,8 @@ class Test {
|
||||||
function test2 () {
|
function test2 () {
|
||||||
return microtime();
|
return microtime();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function test3() {
|
||||||
|
return 'test3';
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user