Assignment task:
Open a PHP scope;
- You should a regular function that that divides two numbers (num1, num2) passes num1 by value, while passes num2 by reference;
- Then make an anonymous function that prints output above by calling regular function;
- Call the anonymous function by setting it to the variable call printer;