coding-standard icon indicating copy to clipboard operation
coding-standard copied to clipboard

Sniff Request: Identifiers should consist of only ASCII characters

Open bkdotcom opened this issue 2 years ago • 1 comments

This below example is bad for less obvious reason

class 💩
{
	public static $роοр;
}

💩::$роοр is spelled \u0440 \u043e u03bf \u0440 (vs "poop")

Good luck trouble shooting.

bkdotcom avatar Jan 27 '23 14:01 bkdotcom

Great idea!

Especially, it would be helpful when someone puts Cyrillic с instead of Latin c into a variable.

roslov avatar Jan 27 '23 15:01 roslov