-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebugger.html
22 lines (22 loc) · 1.46 KB
/
debugger.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<style>
div.debug {visible; clear: both; display: table; width: 100%; font-family: Courier,monospace; border: medium solid red; background-color: yellow; border-spacing: 5px; z-index: 999;}
div.debug > div {display: unset; margin: 5px; border-spacing: 5px; padding: 5px;}
div.debug .cell {display: inline-flex; padding: 5px; white-space: pre-wrap;}
div.debug .left-cell {float: left; background-color: Violet;}
div.debug .array {color: RebeccaPurple; background-color: Violet;}
div.debug .object pre {color: DodgerBlue; background-color: PowderBlue;}
div.debug .variable pre {color: RebeccaPurple; background-color: LightGoldenRodYellow;}
div.debug pre {white-space: pre-wrap;}
</style>
<div class="debug">
<div><div class="left-cell cell"><b>PHP Notice: Only variables should be passed by reference in /home/pi/Documents/php/debugger.php on line 38
PHP Deprecated: Function create_function() is deprecated in /home/pi/Documents/php/debugger.php on line 38
wtf()(debugger.php:58)<br> </b></div>
<div class="cell variable"><pre><b>wtf('error2debug.php' = </b>>error2debug.php<</pre></div>
</div>
<div><div class="left-cell cell"><b>PHP Notice: Only variables should be passed by reference in /home/pi/Documents/php/debugger.php on line 38
PHP Deprecated: Function create_function() is deprecated in /home/pi/Documents/php/debugger.php on line 38
wtf()(debugger.php:58)<br> </b></div>
<div class="cell variable"><pre><b>$args); = </b>><</pre></div>
</div>
</div>