1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

use have been a keyword in a forever, thanks Greg

This commit is contained in:
Kalle Sommer Nielsen
2009-05-07 06:58:57 +00:00
parent e4e260dc21
commit 686c3975e7
+1 -1
View File
@@ -31,7 +31,7 @@ UPGRADE NOTES - PHP 5.3
1. Reserved words and classes
=============================
- **namespace**, **use** and **goto** are now reserved keywords.
- **namespace** and **goto** are now reserved keywords.
- **Closure** is now a reserved class. (Used by lambda and closure.)