环境:zend studio 8.0.1,
      xdebug,
      xdebug.trace_output_name = trace.%c.%p.%R 在浏览器输入http://127.0.0.1/index.php发现生成如下trace文件:trace.994465049.612._index_php.xt
trace.994465049.612._index_php_m=member_c=index_a=mini_forward=http%3A%2F%2F127_0_0_1%2Findex_php_siteid=1.xt
trace.994465049.612._index_php_m=poster_c=index_a=show_poster_id=1.xt
trace.994465049.612._index_php_m=poster_c=index_a=show_siteid=1_spaceid=1_id=1.xt
trace.994465049.612._index_php_m=vote_c=index_a=show_action=js_subjectid=1_type=3.xt我想知道请求的执行顺序,有什么办法吗? 可以通过修改xdebug.trace_output_name 或者其他,从而能够知道请求的执行顺序吗?我猜测trace.994465049.612._index_php.xt,对应的请求应该是最先执行的,其他的几个的执行顺序就不知道了。有什么办法知道吗?