$php_errormsg — ǰһ��������Ϣ
This feature has been DEPRECATED as of PHP 7.2.0. Relying on this feature is highly discouraged.
$php_errormsg ���������� PHP ���ɵ����´�����Ϣ���������ֻ�ڴ��������������ڿ��ã�����Ҫ�� track_errors �������ǿ����ģ�Ĭ���ǹرյģ���
����û������˴���������set_error_handler()�����ҷ��� FALSE
��ʱ��$php_errormsg �ͻᱻ���á�
Example #1 $php_errormsg ����
<?php
@strpos();
echo $php_errormsg;
?>
�������̵���������ڣ�
Wrong parameter count for strpos()