$data = array('server' => false);
echo $data['server']["test"];
How about this sentence? www.2cto.com
One might say NULL and NOTICE undefined index "test"
I thought so at first, but in fact it is not the case. NULL will be output, but NOTICE is not generated. This is really a cheating implementation
Excerpted from Wuxinyun