trying to use the xdebug trace i keep getting error want to double check if error is with this code?

前端 未结 0 1443
春和景丽
春和景丽 2020-12-05 02:50
if (function_exists(xdebug_start_trace()))
{
    xdebug_start_trace();
}

include_once \'filename/bootstrap.php\';

if (function_exists(xdebug_stop_trace() ) )
{
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题