Have you tried out PHP programming with all symbols defined as unicode

Jitendra - Aug 30 '18 - - Dev Community

Here is one example using Devanagari:

class लगर
{
    const इन = 'इन्फो';

    public function लग(string $म, string $लवल)
    {
        echo "[$लेवल] $मेसेज";
    }
}

(new लगर)->लग('hello', लगर::इन);
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . .
Terabox Video Player