I have a problem with one of my PHP class. Unfortunately, I can't post it there for privacy issues and because it is more than 4000 lines. The fact is that when I include the class in other files it prints blank space in it. I tried to include that class also in a CSV download file and it put in it a blank line and these symbol 'Ôªø'. I try to check if there was some echo, print_r, or var_dump inside my class but there aren't, I also check the other classes included in that one but nothing. Are there any other ways my PHP file can print something?
I hope I have been clear enough, thanks.