Home
last modified time | relevance | path

Searched refs:evaluateSilently (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/doc/component/
H A DConstant_expression_evaluation.markdown24 $value = $evaluator->evaluateSilently($someExpr);
34 The constant evaluator provides two methods, `evaluateDirectly()` and `evaluateSilently()`, which
36 any generated warnings or Errors. `evaluateSilently()` will instead convert warnings and Errors into
54 $evaluator->evaluateSilently($expr);
60 For the purposes of static analysis, you will likely want to use `evaluateSilently()` and leave
101 $evaluator->evaluateSilently($someExpr);
/PHP-Parser/test/PhpParser/
H A DConstExprEvaluatorTest.php105 $evaluator->evaluateSilently($expr);
/PHP-Parser/lib/PhpParser/
H A DConstExprEvaluator.php66 public function evaluateSilently(Expr $expr) { function in PhpParser\\ConstExprEvaluator

Completed in 12 milliseconds