File "Struct.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/Struct.php
File size: 118 bytes
MIME-type: --
Charset: utf-8
<?php
class Struct
{
public $var;
public function __construct($var)
{
$this->var = $var;
}
}