コード例 #1
0
ファイル: Core.php プロジェクト: poef/ariadne
 public function testParseEntitiesQuoted($string)
 {
     $this->setStringToBeParsed($string);
     return parent::parseEntitiesQuoted();
 }