mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
f0f3eb9ba9
- 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 :(';
|