If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "Object"

From SWRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<syntaxhighlight lang="php">
<syntaxhighlight lang="php" line='line'>
<?php
<?php
   echo "Hallo Welt!";
   echo "Hallo Welt!";
?>
?>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 04:26, 17 October 2017

<?php
  echo "Hallo Welt!";
?>