fixedResult = $value; } public function eval($env=null){ return [ 'value'=>$this->fixedResult, 'chain'=>['ConstBool'] ]; } }