jeroen          Tue May 22 16:18:55 2001 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  Noted that inside double-quoted strings another syntax is valid.
  Minor XML-improvements.
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.26 phpdoc/en/language/types.xml:1.27
--- phpdoc/en/language/types.xml:1.26   Tue May 22 15:06:17 2001
+++ phpdoc/en/language/types.xml        Tue May 22 16:18:54 2001
@@ -1045,13 +1045,21 @@
        And, if these arguments don't help: this syntax is simply deprecated,
        and it might stop working some day.
       </para>
-      <note>
+      <tip>
        <simpara>
         When you turn <link linkend="function.error-reporting"
         >error_reporting</link> to <literal>E_ALL</literal>,
         you will see that PHP generates warnings whenever this construct
-        is used. (put the line <literal>error_reporting(E_ALL);</literal> 
+        is used. This is also valid for other deprecated 'features'.
+        (put the line <literal>error_reporting(E_ALL);</literal> 
         in your script)
+       </simpara>
+      </tip>
+      <note>
+       <simpara>
+        Inside a double-quoted <type>string</type>, an other syntax
+        is valid. See <link linkend="language.types.string.parsing"
+        >variable parsing in strings</link> for more details.
        </simpara>
       </note>
      </sect4>


Reply via email to