Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-micro
Commits
82518b5a
Commit
82518b5a
authored
Nov 14, 2024
by
qinjunkun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
var_export 没法解决循环引用问题,部分情况会导致内存溢出
parent
1977f731
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
functions.php
src/functions.php
+1
-1
No files found.
src/functions.php
View file @
82518b5a
...
...
@@ -453,7 +453,7 @@ if (!function_exists('putLog')) {
$stream
=
make
(
StreamHandler
::
class
,
[
$dir
.
$filename
,
Logger
::
WARNING
]);
$fire
=
make
(
FirePHPHandler
::
class
);
if
(
is_array
(
$output
))
{
$output
=
var_export
(
$output
,
true
);
$output
=
print_r
(
$output
,
true
);
}
$output
=
'[ '
.
date
(
'Y-m-d H:i:s'
,
time
())
.
' ] --- '
.
$output
;
$formatter
=
new
LineFormatter
(
$output
.
"
\r\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment