eingko weblog

a web developer’s thoughts and musings

Archive for the ‘Uncategorized’ Category

Browser Comic

Funniest thing I’ve seen in a while: http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l/

  • Comments Off

T_PAAMAYIM_NEKUDOTAYIM

Parse error: syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in …
I encountered this weird PHP error today; if it happens to you it’s probably because you forgot to declare a variable by leaving off the ‘$’ prefix (e.g., ‘myVar’ instead of ‘$myVar’). More info here: http://en.wikipedia.org/wiki/Paamayim_Nekudotayim.
Obviously, it’s a fairly cryptic error message; albeit its [...]

  • Comments Off