Home > Backend Development > PHP Tutorial > php 异常信息显示

php 异常信息显示

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:04:44
Original
845 people have browsed it

php 错误信息显示

ini_set('display_errors',1);
ini_set('html_errors',1);


error_reporting(E_ERROR | E_PARSE);

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
How to catch PHP fatal errors (`E_ERROR`)?
From 1970-01-01 08:00:00
0
0
0
How to display PHP errors?
From 1970-01-01 08:00:00
0
0
0
Why do I keep getting errors?
From 1970-01-01 08:00:00
0
0
0
javascript - How to locate errors in vue esm.js
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template