You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: php-error-log-viewer.php
+39-20Lines changed: 39 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ class Pelv_Log_Handler {
62
62
'vscode_links' => true, // Stack trace references files. link them to your repo (https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls).
63
63
'vscode_path_search' => '', // This is needed if you develop on a vm. like '/srv/www/...'.
64
64
'vscode_path_replace' => '', // The local path to your repo. like 'c:/users/...'.
65
-
// 'password' => '',
66
65
);
67
66
68
67
publicfunction__construct( $settings ) {
@@ -172,7 +171,8 @@ public function vscode_link_filter( $matches ) {
172
171
*
173
172
* @param array $arr
174
173
* looks like that:
175
-
* array ( 0 => [01-Jun-2016 09:24:02 UTC] PHP Fatal error: Allowed memory size of 456 bytes exhausted (tried to allocate 27 bytes) in ...
174
+
* array (
175
+
* 0 => [01-Jun-2016 09:24:02 UTC] PHP Fatal error: Allowed memory size of 456 bytes exhausted (tried to allocate 27 bytes) in ...
176
176
* 1 => [01-Jun-2016 09:24:02 UTC]
177
177
* 2 => PHP Fatal error: Allowed memory size of 56 bytes exhausted (tried to allocate 15627 bytes) in ... *
178
178
* )
@@ -184,7 +184,7 @@ public function replace_callback( $arr ) {
0 commit comments