Ritchie Swann’s Post

View profile for Ritchie Swann, graphic

Software Engineer at 20-20

What's your favourite programming error message you can think of? I think my favourite has to be the PHP error message "Unexpected T_PAAMAYIM_NEKUDOTAYIM". Paamayim Nekudotayim is the Hebrew for a double colon - :: which in PHP, you can use to get a constant defined in a class outside of its scope. See

Scope Resolution Operator (::)

Scope Resolution Operator (::)

php.net

To view or add a comment, sign in

Explore topics