``` function dj($d) { die(json_encode($d)); } GlobalDj() ``` The above function is written, but when I type the function as ``` dj ``` and press enter it automatically turns it ``` GlobalDj() ```` Please if there's any setting I have to do I will be glad to know.
The above function is written, but when I type the function as
djand press enter it automatically turns it ``` GlobalDj() ````Please if there's any setting I have to do I will be glad to know.