Searched refs:fallbackEvaluator (Results 1 – 1 of 1) sorted by relevance
31 private $fallbackEvaluator; variable in PhpParser\\ConstExprEvaluator39 * @param callable|null $fallbackEvaluator To call if subexpression cannot be evaluated41 public function __construct(?callable $fallbackEvaluator = null) { argument42 $this->fallbackEvaluator = $fallbackEvaluator ?? function (Expr $expr) {148 return ($this->fallbackEvaluator)($expr);232 return ($this->fallbackEvaluator)($expr);
Completed in 4 milliseconds