This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
khosb/includes/kohana/modules/userguide/views/userguide/examples/error.php
2011-05-03 09:49:01 +10:00

6 lines
95 B
PHP

<?php
// Should trigger an ErrorException with an E_NOTICE level
echo $var_does_not_exist;
?>