コード例 #1
0
ファイル: code_error.cpp プロジェクト: AviMoto/hiphop-php
bool HasError() {
  return s_code_errors.exists();
}
コード例 #2
0
ファイル: code_error.cpp プロジェクト: AviMoto/hiphop-php
bool HasError(ErrorType type) {
  return s_code_errors.exists(type);
}