Know about variable scope in PHP, what are global variable, what are local variables, and how would you call global variables inside of a function code example
Example: php support block-level scope
PHP doesn't support block-level scope, however support function-level scoping.