philip Wed Jun 11 10:57:47 2003 EDT Modified files: /phpdoc/en/appendices reserved.xml Log: Add missing predefined classes, including a new reserved.classes.php5 section. Added: exception, php_user_filter, and __PHP_Incomplete_Class. And, linked to dir(). Index: phpdoc/en/appendices/reserved.xml diff -u phpdoc/en/appendices/reserved.xml:1.33 phpdoc/en/appendices/reserved.xml:1.34 --- phpdoc/en/appendices/reserved.xml:1.33 Fri Jun 6 01:33:09 2003 +++ phpdoc/en/appendices/reserved.xml Wed Jun 11 10:57:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.33 $ --> +<!-- $Revision: 1.34 $ --> <appendix id="reserved"> <title>List of Reserved Words</title> @@ -23,7 +23,7 @@ <table> <title>PHP Keywords</title> - <tgroup cols="4"> + <tgroup cols="5"> <tbody> <row> <entry> @@ -38,6 +38,12 @@ <entry> <link linkend="language.constants.predefined">__FILE__</link> </entry> + <entry> + <link linkend="reserved.classes.php5">exception</link> + </entry> + <entry> + <link linkend="reserved.classes.php5">php_user_filter</link> + </entry> </row> <row> <entry> @@ -984,12 +990,45 @@ <term><classname>Directory</classname></term> <listitem> <simpara> - The class from which <function>dir</function> is instantiated. + The class from which <link linkend="class.dir">dir</link> is instantiated. </simpara> </listitem> </varlistentry> <varlistentry> <term><classname>stdClass</classname></term> + <listitem> + <simpara> + </simpara> + </listitem> + </varlistentry> + <varlistentry> + <term><classname>__PHP_Incomplete_Class</classname></term> + <listitem> + <simpara> + </simpara> + </listitem> + </varlistentry> + </variablelist> + </sect2> + + <sect2 id="reserved.classes.php5"> + <title>Predefined classes as of PHP 5</title> + + <simpara> + These additional predefined classes were introduced in + PHP 5.0.0 + </simpara> + + <variablelist> + <varlistentry> + <term><classname>exception</classname></term> + <listitem> + <simpara> + </simpara> + </listitem> + </varlistentry> + <varlistentry> + <term><classname>php_user_filter</classname></term> <listitem> <simpara> </simpara>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php