php functions parameters scope
So basically I created a function with a parameter that has a default constant value from a class named Response ( Response::NOT_FOUND ) and I declared the Response class after declaring the function and even though I did that I was able to call the function after declaring the class so how this works?