mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-17 06:52:17 +00:00
7 lines
74 B
PHP
7 lines
74 B
PHP
<?php
|
|
|
|
function testtesttest()
|
|
{
|
|
var_dump("this is a test for phpmd");
|
|
}
|