PHP expects T_PAAMAYIM_NEKUDOTAYIM?

error-code, php, runtime-error, syntax-error

Solution

It’s the double colon operator `::` (see list of parser tokens).

Problem

Does anyone have a `T_PAAMAYIM_NEKUDOTAYIM`?

Original source

Related problems