This commit is contained in:
aozhiwei 2021-11-26 14:33:16 +08:00
parent 6be8ec33d4
commit 1111749ce4

View File

@ -1,13 +0,0 @@
<?php
public class TestPHP
{
function __construct()
{
error_log("testPhpConstruct===");
}
function testPhp()
{
error_log("testPhp===");
}
}