Searched refs:constantValue (Results 1 – 3 of 3) sorted by relevance
50 $define = function ($constantName, $constantValue, $case = false) { argument52 return define($constantName, $constantValue, $case);
303 $define = function ($constantName, $constantValue, $case = false) { argument305 return define($constantName, $constantValue, $case);
161 $constantValue = 42163 ->when($visitor->addConstant($constantName, $constantValue))166 ->isEqualTo($constantValue * 2);