Searched refs:addConstant (Results 1 – 5 of 5) sorted by relevance
148 $context->addConstant($name, 42);160 $context->addConstant($name, $value)
367 public function addConstant($name, $value) function in Hoa\\Math\\Visitor\\Arithmetic369 return $this->_context->addConstant($name, $value);
91 public function addConstant($name, $value) function in Hoa\\Math\\Context
130 and `addConstant` methods. Thus, we will add the `rand` function (with 2137 $visitor->addConstant('ANSWER', 42);
163 ->when($visitor->addConstant($constantName, $constantValue))