I have a function(this is exactly how it appears, from the top of my file):
or you can't create function in loop
such as
for($i=1; $i<5; $i++) { function foo() { echo 'something'; } }
foo(); //It will show error regarding redeclaration