示例#1
0
bool TestExtApc::test_apc_bin_dumpfile() {
  try {
    f_apc_bin_dumpfile(0, null, "");
  } catch (NotSupportedException e) {
    return Count(true);
  }
  return Count(false);
}
示例#2
0
bool TestExtApc::test_apc_bin_dumpfile() {
  try {
    f_apc_bin_dumpfile(0, uninit_null(), "");
  } catch (const NotSupportedException& e) {
    return Count(true);
  }
  return Count(false);
}