I\'m not even sure if its possible, but I\'d like to change the value of \\t in PHP strings. For example, currently if I do this:
echo \"\\t\\tHello\";
The tab width is not specified by PHP, but by the program which views it. If you view it in an editor, you can set the tab width in the editor.