Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
jeeper59664yI once went on a deep dive about this. I’ve washed my mind of much of the info though because it was nuts.
-
hitko31484yLong story short: some guy from Israel decided to rewrite PHP parsed and create PHP 3, after the original author kinda gave up on it. Now that guy is a CTO of a company which develops the Zend Engine (the main PHP interpreter). Also that error is in Hebrew.
-
He was probably thinking "PHP is not chaotic enough. Let's put in some errors in Hebrew! Khehehehehe... perfect!"
-
Pasting this error into google worked similarly to pasting other errors into google.
Whats the problem? -
The error is not named Paamayim Nekudotayim. That is the name of the expected token (the "::" - double colon or scope resolution operator for non-Hebrew speakers).
-
@HiFiWiFiSciFi There should be no need to google such an error in the first place.
Compilers, interpreters and transpilers should be clear and concise in the way the communicate errors.
We are literally talking about a `::` here, so just communicate that to the developer without making them scratch their head.
Related Rants
One day I will find who invented the PHP Error Paamayim Nekudotayim.
It must be a complete insane person to use a name like this for an error.
https://php.net/manual/en/...
rant
php