<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
	<title>Error Messages</title>
	<subtitle>Pimped-Up with CSS</subtitle>

	<html><![CDATA[<style>
.xdebug-error {
	width: 100% !important;
	font-family: sans-serif;
	font-size: 1.5em !important;
}

.xdebug-error th
{
	background-color: #f6c;
}

.xdebug-error th a
{
    color: #906 !important;
}

.xdebug-error th span
{
	font-size: 32px !important;
    text-decoration: blink !important;
}
</style>
<br />
<font size='1'><table class='xdebug-error' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Fatal error: Maximum execution time of 1 second exceeded in <a style='color: black' href='xdebug:///home/httpd/html/test/xdebug/docs/stack.php@66'>/home/httpd/html/test/xdebug/docs/stack.php</a> on line <i>66</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>

<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0004</td><td bgcolor='#eeeeec' align='right'>691504</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='/home/httpd/html/test/xdebug/docs/stack.php' bgcolor='#eeeeec'><a style='color: black' href='xdebug:///home/httpd/html/test/xdebug/docs/stack.php@0'>../stack.php<b>:</b>0</a></td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0006</td><td bgcolor='#eeeeec' align='right'>699472</td><td bgcolor='#eeeeec'>foo(  )</td><td title='/home/httpd/html/test/xdebug/docs/stack.php' bgcolor='#eeeeec'><a style='color: black' href='xdebug:///home/httpd/html/test/xdebug/docs/stack.php@82'>../stack.php<b>:</b>82</a></td></tr>
<tr><th colspan='5' align='left' bgcolor='#e9b96e'>Dump <i>$_SERVER</i></th></tr>

<tr><td colspan='2' align='right' bgcolor='#eeeeec' valign='top'><pre>$_SERVER['REQUEST_URI']&nbsp;=</pre></td><td colspan='3' bgcolor='#eeeeec'><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/test/xdebug/docs/stack.php?level=7'</font> <i>(length=35)</i>
</pre></td></tr>
<tr><th align='left' colspan='5' bgcolor='#e9b96e'>Variables in local scope (#2)</th></tr>
<tr><td colspan='2' align='right' bgcolor='#eeeeec' valign='top'><pre>$a&nbsp;=</pre></td><td colspan='3' bgcolor='#eeeeec'><pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>

  42 <font color='#888a85'>=&gt;</font> <small>boolean</small> <font color='#75507b'>false</font>
  'foo' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>9121240</font>
  43 <font color='#888a85'>=&gt;</font> 
    <b>object</b>(<i>stdClass</i>)[<i>1</i>]
      <i>public</i> 'bar' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>100</font>

  44 <font color='#888a85'>=&gt;</font> 
    <b>object</b>(<i>stdClass</i>)[<i>2</i>]
  45 <font color='#888a85'>=&gt;</font> <b>resource</b>(<i>4</i><font color='#2e3436'>,</font> <i>stream</i>)

</pre></td></tr>
<tr><td colspan='2' align='right' bgcolor='#eeeeec' valign='top'><pre>$i&nbsp;=</pre></td><td colspan='3' bgcolor='#eeeeec'><pre class='xdebug-var-dump' dir='ltr'><small>int</small> <font color='#4e9a06'>2176225</font>
</pre></td></tr>
</table></font>]]></html>

</slide>
