0
Colleagues
On a particular project page is giving error:
PHP Fatal error: Call to Undefined Function phperror_reporting()
But the code is that way:
<?php
error_reporting(0);
session_start();
.....
Why this error is happening if in the ATOM editor error_reporting(0) appears below the PHP tag?
What encoding does the ATOM show for the script? UTF-8/windows-1252?
– Guilherme Nascimento
Hello William, you are as Unicode(UTF-8)
– user24136
But is UTF-8 with GOOD or without GOOD? Tried to erase the line break and add it again?
– Guilherme Nascimento
As I can’t see by ATOM, I opened Notepad++ and shows without BOM.
– user24136
You tried to delete the line break and add it again and check if Opcache is active on your machine (in php.ini)?
– Guilherme Nascimento
I broke the line again and I’ll take a look at the link you gave me below.
– user24136