Unlock this challenge:
What will happen if you call the dump() PHP function without any arguments?
dump()
An error will be thrown: "At least one argument is required"
It will print all known variables available at the line where it was called
Nothing, this call will be just ignored, i.e. it returns an empty result
System information will be printed