Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP expects T_PAAMAYIM_NEKUDOTAYIM?

Does anyone have a T_PAAMAYIM_NEKUDOTAYIM?

like image 476
Peter Turner Avatar asked Feb 26 '09 20:02

Peter Turner


3 Answers

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

like image 153
Gumbo Avatar answered Nov 13 '22 03:11

Gumbo


It's Hebrew for "double colon".

like image 44
patricksweeney Avatar answered Nov 13 '22 03:11

patricksweeney


It’s a name for the :: operator in PHP. It literally means "double colon". For some reason they named it in Hebrew. Check your code syntax, and put a :: where appropriate :-)

like image 28
Ilya Birman Avatar answered Nov 13 '22 05:11

Ilya Birman