mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 20:17:11 +00:00
4 lines
88 B
PHP
4 lines
88 B
PHP
<?php echo $tpl->slug("hello world!"); ?>
|
|
|
|
My name is <?php echo $tpl->escape($name) ?>
|