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

@@ -603,7 +603,7 @@ static sxu32 KeywordCode(const char *z, int n) {
{"const", PH7_TKWRD_CONST},
{"string", PH7_TKWRD_STRING},
{"global", PH7_TKWRD_GLOBAL},
{"use", PH7_TKWRD_USE},
{"using", PH7_TKWRD_USING},
{"elseif", PH7_TKWRD_ELIF},
{"else", PH7_TKWRD_ELSE},
{"if", PH7_TKWRD_IF},