Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/consistency/
DPrelude.php50 $define = function ($constantName, $constantValue, $case = false) { argument
52 return define($constantName, $constantValue, $case);
DConsistency.php303 $define = function ($constantName, $constantValue, $case = false) { argument
305 return define($constantName, $constantValue, $case);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
DArithmetic.php161 $constantValue = 42
163 ->when($visitor->addConstant($constantName, $constantValue))
166 ->isEqualTo($constantValue * 2);