What is the output of the following code?
function increment ($val){ return ++$val; } echo increment (1);