Here is one example using Devanagari:
class लगर
{
const इन्फो = 'इन्फो';
public function लग(string $मेसेज, string $लेवल)
{
echo "[$लेवल] $मेसेज";
}
}
(new लगर)->लग('hello', लगर::इन्फो);
Here is one example using Devanagari:
class लगर
{
const इन्फो = 'इन्फो';
public function लग(string $मेसेज, string $लेवल)
{
echo "[$लेवल] $मेसेज";
}
}
(new लगर)->लग('hello', लगर::इन्फो);
For further actions, you may consider blocking this person and/or reporting abuse
The top 50 must-have CLI tools, including some scripts to help you automate the installation and updating of these tools on various systems/distros.
Ranjeet Karki -
Simone Gentili -
Mahmoud Sayed -
Max Zhuk -
Once suspended, adhocore will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, adhocore will be able to comment and publish posts again.
Once unpublished, all posts by adhocore will become hidden and only accessible to themselves.
If adhocore is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Jitendra.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag adhocore:
Unflagging adhocore will restore default visibility to their posts.
Top comments (10)
Just don't. Never.
It's a bad habit to use non-english names in any programming task. English is the standard and is clear on the naming convention.
Post censored because obviously stating that quality of code written by offshore developers is insulting, is racist.
dont worry i havent. no one has. or ever will. could you please edit your comment and remove the last paragraph (for reasons we all know)
You already did wrote such code. Above, in the post. And according to Murphys law, there will be an idiot, who will use non-ascii characters, as you proposed. It's irrelevant if it is your alphabet, russian bukhvas or those shitty slavic diacritics.
"trying out" and using for real stuffs is different, no?
Btw, it's been couple years since the name has changed, but T_PAAMAYIM_NEKUDOTAYIM is still the example of not treating the job seriously.
It could be useful to obfuscate your code :D
It's possible to use this for obfuscation, however, I'd use hashing. People can't reverse easily that way. Isn't that the whole point?
You wouldn't want some to reverse engineer your obfuscated code. So ... why not make it so they can't?
true i'll use this idea to my php encoder software haha thanks !
Why?
for coolness and fun, maybe?