Answer 10 questions and see how you score!
1. How do you declare an array with keys in PHP?
2. What is the output of: echo 0 == "0";
3. What is the output of: echo (int)("10 apples");
4. Which function gets the current memory limit?
5. Which function returns true if value is callable?
6. Which function converts a string to an array by delimiter?
7. Which function filters external input?
8. Which of the following is used to get the current date?
9. Which function returns the timezone of the script?
10. Which function is used to free memory allocated to variables?