What is the output of this code? echo 5 % 0.75;
echo 5 % 0.75;
0
0.6666666666667
1
fatal error (division by zero)