echo "123";
}
这段代码中提示--->syntax error, unexpected 'if', expecting 'function'
可是我用zend study 查看的时候发现有这个函数存在啊,怎么会报错?
standard.php第5514--5522存在此函数,为何出错?
/**
* Finds whether a variable is &null;
* @li
* @param var mixed <p>
* The variable being evaluated.
* </p>
* @return bool true if var is null, false
* otherwise.
*/
function is_null ($var) {}
最佳答案