コード例 #1
0
bool TestExtMb::test_mb_get_info() {
  static const StaticString s_detect_order("detect_order");
  VERIFY(!f_mb_get_info()[s_detect_order].toArray().empty());
  return Count(true);
}
コード例 #2
0
ファイル: test_ext_mb.cpp プロジェクト: cdnewbee/hiphop-php
bool TestExtMb::test_mb_get_info() {
  VERIFY(!f_mb_get_info()["detect_order"].toArray().empty());
  return Count(true);
}