User:Jcourteau: Difference between revisions


No edit summary
No edit summary
Line 1: Line 1:
<code lang="php">
<source lang="php">
<?
<?
test();
test();
Line 5: Line 5:
$i = 1;
$i = 1;
?>
?>
</code>
</source>

Revision as of 17:56, 13 January 2009

<?
test();
echo "<html><body>Hmm</body></html>";
$i = 1;
?>