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
rodzic 48b2e9d1c6
commit b7792dfc3d
4 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@@ -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 */