<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=PHP%3AHide_Warnings</id>
	<title>PHP:Hide Warnings - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=PHP%3AHide_Warnings"/>
	<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=PHP:Hide_Warnings&amp;action=history"/>
	<updated>2026-05-27T17:38:13Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.espai.de/index.php?title=PHP:Hide_Warnings&amp;diff=956&amp;oldid=prev</id>
		<title>Marti: Es crea la pàgina amb «  &lt;syntaxhighlight lang=&quot;php&quot;&gt;   // Comment the following while Debugging:  $old_reporting_level = error_reporting();  error_reporting(0);  // Turn off all error reportin...».</title>
		<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=PHP:Hide_Warnings&amp;diff=956&amp;oldid=prev"/>
		<updated>2012-02-07T04:04:41Z</updated>

		<summary type="html">&lt;p&gt;Es crea la pàgina amb «  &amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;   // Comment the following while Debugging:  $old_reporting_level = error_reporting();  error_reporting(0);  // Turn off all error reportin...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 // Comment the following while Debugging:&lt;br /&gt;
 $old_reporting_level = error_reporting();&lt;br /&gt;
 error_reporting(0);  // Turn off all error reporting&lt;br /&gt;
 // this avoids displaying warnings if some user variables are not set.&lt;br /&gt;
&lt;br /&gt;
 // ...&lt;br /&gt;
&lt;br /&gt;
 //Set reporting level to the old level saved previously&lt;br /&gt;
 error_reporting($old_reporting_level);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Marti</name></author>
	</entry>
</feed>