Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Debugging.

Talk:Debugging: Difference between revisions

From MoodleDocs
(New page: I see: $CFG->debug = 8191; // 1111111111111 What is each bit in the bit mask?)
 
No edit summary
 
Line 4: Line 4:


What is each bit in the bit mask?
What is each bit in the bit mask?
The values correspond the the values taken by the PHP [http://php.net/manual/en/function.error-reporting.php error reporting] function.--[[User:Tim Hunt|Tim Hunt]] 21:28, 4 May 2010 (UTC)

Latest revision as of 21:28, 4 May 2010

I see:

   $CFG->debug = 8191;     // 1111111111111

What is each bit in the bit mask?

The values correspond the the values taken by the PHP error reporting function.--Tim Hunt 21:28, 4 May 2010 (UTC)