1: | <?php
|
2: | namespace Sphp\core{
|
3: | class DebugProfiler {
|
4: |
|
5: | public $msg = array();
|
6: | |
7: | |
8: | |
9: |
|
10: | public $debugmode = 0;
|
11: | public $cur_temp_file = "";
|
12: | |
13: | |
14: |
|
15: | public function clearMe() {}
|
16: | |
17: | |
18: | |
19: | |
20: | |
21: | |
22: | |
23: |
|
24: | public function setMsg($msgb, $errnob = "", $errfileb = "", $errlineb = "", $typeb = "info") {}
|
25: | |
26: | |
27: | |
28: | |
29: | |
30: | |
31: | |
32: |
|
33: | public function setMsgi($msgc, $errnoc = "", $errfilec = "", $errlinec = "", $typec = "infoi") {}
|
34: | |
35: | |
36: | |
37: |
|
38: | public function println($msg) {}
|
39: | |
40: | |
41: | |
42: |
|
43: | public function print_r($arr) {}
|
44: | |
45: | |
46: | |
47: |
|
48: | public function getMsg() {}
|
49: | protected function traceBack($errnom, $errstr, $errfile, $errline,$debug_arry) {}
|
50: | |
51: | |
52: |
|
53: | public function callerFun() {}
|
54: | |
55: | |
56: |
|
57: | public function SphpErrorHandler($errnom, $errstr, $errfile, $errline) {}
|
58: | public function write_log($log_data) {}
|
59: | |
60: | |
61: |
|
62: | public function Sphp_exception_handler($exception) {}
|
63: | |
64: | |
65: |
|
66: | public function Sphp_handle_fatal() {}
|
67: | |
68: | |
69: |
|
70: | public function printAll() {}
|
71: | |
72: | |
73: | |
74: | |
75: | |
76: |
|
77: | protected function consoleMsg($msg,$type="log"){}
|
78: | |
79: | |
80: |
|
81: | protected function renderHexMode() {}
|
82: | |
83: | |
84: |
|
85: | public function render() {}
|
86: | }
|
87: | class DebugProfiler2 extends DebugProfiler {
|
88: | public function setMsg($msgb, $errnob = "", $errfileb = "", $errlineb = "", $typeb = "info") {}
|
89: | public function setMsgi($msgc, $errnoc = "", $errfilec = "", $errlinec = "", $typec = "infoi") {}
|
90: | public function println($msg) {}
|
91: | public function print_r($arr) {}
|
92: | }
|
93: | }
|
94: | |