From 1d83400dbb5c5e1451cef41415ee5ffbfad161a0 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 11 Jun 2003 14:57:46 +0000 Subject: [PATCH] Add missing predefined classes, including a new reserved.classes.php5 section. Added: exception, php_user_filter, and __PHP_Incomplete_Class. And, linked to dir(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131052 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 45 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 5962f4fea1..32ae7e4c4d 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -23,7 +23,7 @@ PHP Keywords - + @@ -38,6 +38,12 @@ __FILE__ + + exception + + + php_user_filter + @@ -984,7 +990,7 @@ Directory - The class from which dir is instantiated. + The class from which dir is instantiated. @@ -995,6 +1001,39 @@ + + __PHP_Incomplete_Class + + + + + + + + + + Predefined classes as of PHP 5 + + + These additional predefined classes were introduced in + PHP 5.0.0 + + + + + exception + + + + + + + php_user_filter + + + + +