cakephp2-php8/lib/Cake/Test/test_app/View/Posts/open_block.ctp
mark_story f0f3eb9ba9 Fix a few outstanding issues with blocks.
- Blocks left open after rendering files should trigger
  an exception.
- Fix strict errors.
- Correct doc blocks.
2011-12-17 22:23:37 -05:00

3 lines
67 B
PHP

<?php
$this->start('no_close');
echo 'This block has no close :(';