$php_errormsg 不存在吧?php手册中没有吧!
存在,php手册是是有该函数的,http://php.docs.org.ua/manual/en/reserved.variables.phperrormsg.php
在用$php_errormsg之前要先写上ini_set('track_errors', 1);