From 375cd522c9c9ed20a2ee0523847a7a98f3398905 Mon Sep 17 00:00:00 2001 From: Curt Zirzow Date: Thu, 30 Sep 2004 13:44:04 +0000 Subject: [PATCH] bug #30291, again. added public, private, protected, abstract, extends, implements, interface git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169640 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 074287a694..3517bb4311 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -212,6 +212,37 @@ php_user_filter + + + interface + + + implements + + + extends + + + public + + + private + + + + + protected + + + abstract + + + + + + + +