From 93c092d5e7a2b8528f3d6fd2668c471baee03197 Mon Sep 17 00:00:00 2001 From: Richard Hall Date: Sun, 31 Mar 2019 13:18:12 -0400 Subject: [PATCH] Add note about not capitalizing PHP in tags (#28882) --- guide/english/php/php-tags/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/php/php-tags/index.md b/guide/english/php/php-tags/index.md index 0a46ebf12f..07b8043cb5 100644 --- a/guide/english/php/php-tags/index.md +++ b/guide/english/php/php-tags/index.md @@ -4,6 +4,8 @@ title: PHP tags When PHP parses a file, it looks for opening and closing tags, which are `` which tell PHP to start and stop interpreting the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser. +Note: using capital letters in tag declaration `