Skip to content

Commit

Permalink
Added a short-tag example.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coallier committed Mar 15, 2011
1 parent 287eeec commit 667c38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/shortags.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
ini_set('short_open_tag', true);
$name = 'testing';
?>

<? echo 'hello'; ?>
<?=$name?>

0 comments on commit 667c38c

Please sign in to comment.