Home
last modified time | relevance | path

Searched refs:addConstant (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php148 $context->addConstant($name, 42);
160 $context->addConstant($name, $value)
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php367 public function addConstant($name, $value) function in Hoa\\Math\\Visitor\\Arithmetic
369 return $this->_context->addConstant($name, $value);
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php91 public function addConstant($name, $value) function in Hoa\\Math\\Context
H A DREADME.md130 and `addConstant` methods. Thus, we will add the `rand` function (with 2
137 $visitor->addConstant('ANSWER', 42);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php163 ->when($visitor->addConstant($constantName, $constantValue))