1<?php $this->extends('layout.php', ['title' => 'Testing variables']) ?> 2 3<?php $this->start('content'); ?> 4Defined parameter is <?= $parameter; ?>.<br> 5<?= $foo; ?> 6<?php $this->end('content'); ?> 7