From 0a10fecb9b597203136c7b3a62862895e41eb79a Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 5 May 2004 18:58:33 +0000 Subject: [PATCH] Document the third way () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158041 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/basic-syntax.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 5c5973a8a3..f9b7db13db 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -1,5 +1,5 @@ - + Basic syntax @@ -113,7 +113,12 @@ configure. Even if it is enabled by default in php.ini-dist, use of short tags are discouraged. - + + + The third way is always available and safe like the first one. However, + the first is the preferred and most used one. + + The fourth way is only available if ASP-style tags have been enabled using the asp_tags