didou Sat Feb 7 10:17:12 2004 EDT
Modified files: /phpdoc/en language-snippets.ent Log: add an entity for livedocs http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.67&r2=1.68&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.67 phpdoc/en/language-snippets.ent:1.68 --- phpdoc/en/language-snippets.ent:1.67 Wed Jan 28 19:35:21 2004 +++ phpdoc/en/language-snippets.ent Sat Feb 7 10:17:12 2004 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.67 $ --> +<!-- $Revision: 1.68 $ --> <!ENTITY warn.experimental '<warning><simpara>This extension is <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension -- @@ -225,6 +225,9 @@ <!ENTITY php '<literal>PHP</literal>'> <!ENTITY safemode '<link linkend="ini.safe-mode">safe mode</link>'> +<!-- SimpleXML Notes --> +<!ENTITY simplexml.iteration '<note><simpara>SimpleXML has made a rule of adding iterative properties to most methods. Thay cannot be viewed using <function>var_dump</function> or anything else which can examine objects.</simpara></note>'> + <!-- Database Notes --> <!ENTITY database.field-case '<note><simpara>Field names returned by this function are <emphasis>case-sensitive</emphasis>.</simpara></note>'>