13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
public class TestPHP
|
|
{
|
|
function __construct()
|
|
{
|
|
error_log("testPhpConstruct===");
|
|
}
|
|
function testPhp()
|
|
{
|
|
error_log("testPhp===");
|
|
}
|
|
|
|
} |