December 11, 2006

Unexpected T_PAAMAYIM_NEKUDOTAYIM

Ever get a PHP warning about this? There’s plenty of long winded explanations for what the hell this error means, so I won’t elaborate on why it’s called what it is. It means you have an unexpected double colon (::) in your code.

Filed under: PHP — Michi @ 6:42 pm

Share this

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Reddit
  • StumbleUpon
  • del.icio.us
  • description
  • Technorati
  • Slashdot
  • co.mments
  • NewsVine

Related

I wrote a previous entry about "unexpected T_PAAMAYIM_NEKUDOTAYIM," but today, I hit the inverse, "Expecting T_PAAMAYIM_NEKUDOTAYIM." Again, I will keep this short. Certain functions that expect variables such as "isset" followed by a non-string, non-integer word will cause this error....
Today I learned Target has a mini-grocery inside. Now that was unexpected wisdom....

1 Comment »

TrackBack URI | Blog RSS | Comment RSS

  1. [...] I wrote a previous entry about “unexpected T_PAAMAYIM_NEKUDOTAYIM,” but today, I hit the inverse, “Expecting T_PAAMAYIM_NEKUDOTAYIM.” Again, I will keep this short. [...]

    Pingback by MichiKono.com » Expecting T_PAAMAYIM_NEKUDOTAYIM — December 28, 2006 @ 10:03 pm

What do you think?