Searched refs:evaluateSilently (Results 1 – 3 of 3) sorted by relevance
24 $value = $evaluator->evaluateSilently($someExpr);34 The constant evaluator provides two methods, `evaluateDirectly()` and `evaluateSilently()`, which36 any generated warnings or Errors. `evaluateSilently()` will instead convert warnings and Errors into54 $evaluator->evaluateSilently($expr);60 For the purposes of static analysis, you will likely want to use `evaluateSilently()` and leave101 $evaluator->evaluateSilently($someExpr);
105 $evaluator->evaluateSilently($expr);
66 public function evaluateSilently(Expr $expr) { function in PhpParser\\ConstExprEvaluator
Completed in 10 milliseconds