mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Fix var_export() not working for stdClass in PHP < 7.3
This commit is contained in:
parent
a2c9274681
commit
3f7f802585
8 changed files with 40 additions and 43 deletions
|
|
@ -43,7 +43,7 @@ Debug Entries
|
|||
{
|
||||
if (is_scalar($entry->message))
|
||||
{
|
||||
$entry->message = var_export($entry->message, true);
|
||||
$entry->message = var_export_clean($entry->message);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue