Suggested fix: Change `preg_split("[ \t]",ltrim($command, " \t"), 6);` to `preg_split("/[ \t]/",ltrim($command, " \t"), 6);`