Пример #1
0
 public function testFromMString()
 {
     $str = MString::fromString('一二三四五');
     $this->assertEquals('一二三四五', \strval($str));
 }