We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d2e1e commit 9348a6cCopy full SHA for 9348a6c
examples/ptcdebug-ex.php
@@ -1,6 +1,10 @@
1
<?
2
//session_start(); # start session for persistent debugging
3
-
+
4
+ $_GET['debug']=true; # turn on the debug
5
6
+ //$_GET['debugOff']=true; # turn off debug
7
8
require_once('../PtcDebug.php'); # include the PtcDebug class
9
10
$options=array
@@ -30,8 +34,6 @@
30
34
31
35
PtcDebug::bufferLog(array("dasd"=>"dasdsa","daasd"=>"23333333"),'some other statement');
32
36
33
- test();
37
function ddas()
38
{
39
fopen();
0 commit comments