$php_errormsg

$php_errormsgǰһ��������Ϣ

Warning

This feature has been DEPRECATED as of PHP 7.2.0. Relying on this feature is highly discouraged.

˵��

$php_errormsg ���������� PHP ���ɵ����´�����Ϣ���������ֻ�ڴ��������������ڿ��ã�����Ҫ�� track_errors �������ǿ����ģ�Ĭ���ǹرյģ���

Warning

����û������˴���������set_error_handler()�����ҷ��� FALSE ��ʱ��$php_errormsg �ͻᱻ���á�

����

Example #1 $php_errormsg ����

<?php
@strpos();
echo 
$php_errormsg;
?>

�������̵���������ڣ�

Wrong parameter count for strpos()