summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-07-07 15:31:14 +0200
committerGitHub <noreply@github.com>2020-07-07 15:31:14 +0200
commit02742a59343ffe9446259f5f4d84ae612fccd8dc (patch)
tree80c8cb1065f4f6149279d3cf281deb6d5527ff7d
parente465183dc9c8b760f59cec5e4ed8e2b266a3ab62 (diff)
parentea3d958179d0da54e2795733b782962f60662750 (diff)
Merge pull request #3940 from pendashteh/patch-1
Explains the weird behavior of PHP tag in a PHP script
-rw-r--r--php.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/php.html.markdown b/php.html.markdown
index e1411085..57ba29c4 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -34,6 +34,7 @@ echo "World\n"; // Prints "World" with a line break
?>
Hello World Again!
<?php
+// That is because historically PHP started as a Template engine
/************************************