I have shift-reduce warnings like this: Can someone explain me what am I missing here?
168: shift/reduce conflict (shift 316, reduce 157) on ','
state 168
static_var_list : static_var_list2 . (157)
static_var_list2 : static_var_list2 . ',' T_VARIABLE '=' static_scalar (158)