From 4b2619b58a3c2b68d2e8008bc3c8244372af578e Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 29 Mar 2014 21:56:25 +0000 Subject: [PATCH] grammar Based on a patch by Nathaniel Cailo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333213 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 1f6c17747a..7054012cb9 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -13,7 +13,7 @@ of the properties and methods belonging to the class. - The class name can be any valid label which is not a + The class name can be any valid label, provided it is not a PHP reserved word. A valid class name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. As a regular expression, it