Cleanup after switching from 'parent' constant to '$parent' variable.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
@@ -4878,8 +4878,8 @@ static ProcLangConstruct PH7_GenStateGetStatementHandler(
|
||||
*/
|
||||
static int PH7_IsLangConstruct(sxu32 nKeywordID) {
|
||||
if(nKeywordID == PH7_KEYWORD_IMPORT || nKeywordID == PH7_KEYWORD_INCLUDE || nKeywordID == PH7_KEYWORD_REQUIRE
|
||||
|| nKeywordID == PH7_KEYWORD_EVAL || nKeywordID == PH7_KEYWORD_PARENT
|
||||
|| nKeywordID == PH7_KEYWORD_STATIC || nKeywordID == PH7_KEYWORD_NEW || nKeywordID == PH7_KEYWORD_CLONE) {
|
||||
|| nKeywordID == PH7_KEYWORD_EVAL || nKeywordID == PH7_KEYWORD_STATIC
|
||||
|| nKeywordID == PH7_KEYWORD_NEW || nKeywordID == PH7_KEYWORD_CLONE) {
|
||||
return TRUE;
|
||||
}
|
||||
/* Not a language construct */
|
||||
|
@@ -532,7 +532,6 @@ static sxu32 KeywordCode(const char *z, int n) {
|
||||
{"interface", PH7_KEYWORD_INTERFACE},
|
||||
{"namespace", PH7_KEYWORD_NAMESPACE},
|
||||
{"new", PH7_KEYWORD_NEW},
|
||||
{"parent", PH7_KEYWORD_PARENT},
|
||||
{"throw", PH7_KEYWORD_THROW},
|
||||
{"try", PH7_KEYWORD_TRY},
|
||||
{"using", PH7_KEYWORD_USING},
|
||||
|
Reference in New Issue
Block a user