In this User Contributed Note at php.net there is a function called like this:
FriendlyErrorType($errLvl & pow(2, $i))
I know that the ampersand can be used to pass an argument to a function by reference but that does not seem to be what is happening here although maybe it is and I can't understand it.
What is the ampersand doing in this case?