null NULL is_null 居然不同

今天發現,null NULL is_null並非能夠相等的。
function a()
{
   return NULL;
}
 
function b()
{
   return null;
}
結果是:
 
is_null(a())    is_null(b()) 都爲假
相關文章
相關標籤/搜索