コード例 #1
0
ファイル: JSONHarness.php プロジェクト: muddy-28/html5lib-php
 public function __construct()
 {
     parent::__construct();
     $this->data = json_decode(file_get_contents($this->filename));
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->data = new HTML5_TestData($this->filename);
 }