operands !== null) { return $this->operands; } return $this->operands = new Operands(); } public function execute(): void { parent::execute(); $arrayref = $this->popFromOperandStack(); $this->pushToOperandStack( count($arrayref) ); } }