Skip to content

Phalcon\Debug - Notice: Array to string conversion in Unknown on line 0 #1683

Closed
@tilleps

Description

@tilleps

Getting the following error when using Phalcon\Debug:
Notice: Array to string conversion in Unknown on line 0

<?php
error_reporting(E_ALL);

$debug = new \Phalcon\Debug();
$debug->listen();

throw new \Exception();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions