Files
2023-07-11 17:28:33 +08:00

8 lines
92 B
PHP
Executable File

<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}