In addition, you have the option of handling runtime errors when a variable is not initialized.
另外,当一个变量尚未初始化时,您可以选择处理运行时错误。
2
This will result in PHP reporting a warning every time an uninitialized variable is used, each bad file access, and other (mostly) harmless errors, but might also represent a potential attack vector.