P# is not going to derive namespace syntax from PHP, but from C++.

This commit is contained in:
2018-07-30 16:55:49 +02:00
parent 48b2e9d1c6
commit b7792dfc3d
4 changed files with 9 additions and 9 deletions

View File

@@ -1498,7 +1498,7 @@ enum ph7_expr_id {
#define PH7_TKWRD_NEW 0x100 /* new: MUST BE A POWER OF TWO */
#define PH7_TKWRD_CONST 22 /* const */
#define PH7_TKWRD_THROW 23 /* throw */
#define PH7_TKWRD_USE 24 /* use */
#define PH7_TKWRD_USING 24 /* using */
#define PH7_TKWRD_WHILE 26 /* while */
#define PH7_TKWRD_EVAL 27 /* eval */
#define PH7_TKWRD_VAR 28 /* var */