mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-03 16:19:46 +00:00

- Blocks left open after rendering files should trigger an exception. - Fix strict errors. - Correct doc blocks.
3 lines
67 B
PHP
3 lines
67 B
PHP
<?php
|
|
$this->start('no_close');
|
|
echo 'This block has no close :(';
|