You are here

class Struct in Zircon Profile 8

Same name in this branch
  1. 8 vendor/sebastian/comparator/tests/_files/Struct.php \SebastianBergmann\Comparator\Struct
  2. 8 vendor/phpunit/phpunit/tests/_files/Struct.php \Struct
Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/Struct.php \Struct

Hierarchy

Expanded class hierarchy of Struct

File

vendor/phpunit/phpunit/tests/_files/Struct.php, line 2

View source
class Struct {
  public $var;
  public function __construct($var) {
    $this->var = $var;
  }

}

Members