File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function normalizeOutput(string $out): string {
65
65
$ out = preg_replace ('/in (\/|[A-Z]: \\\\)\S+ on line \d+/m ' , 'in %s on line %d ' , $ out );
66
66
$ out = preg_replace ('/in (\/|[A-Z]: \\\\)\S+:\d+/m ' , 'in %s:%d ' , $ out );
67
67
$ out = preg_replace ('/\{closure:(\/|[A-Z]: \\\\)\S+:\d+\}/ ' , '{closure:%s:%d} ' , $ out );
68
- $ out = preg_replace ('/object\(([A-Za-z0-9]*)\)#\d+/ ' , 'object($1)#%d ' , $ out );
68
+ $ out = preg_replace ('/object\(([A-Za-z0-9 \\\\ ]*)\)#\d+/ ' , 'object($1)#%d ' , $ out );
69
69
$ out = preg_replace ('/^#(\d+) (\/|[A-Z]: \\\\)\S+\(\d+\):/m ' , '#$1 %s(%d): ' , $ out );
70
70
$ out = preg_replace ('/Resource id #\d+/ ' , 'Resource id #%d ' , $ out );
71
71
$ out = preg_replace ('/resource\(\d+\) of type/ ' , 'resource(%d) of type ' , $ out );
You can’t perform that action at this time.
0 commit comments