復制代碼 代碼如下:
[Xdebug]
zend_extension="./ext/php_xdebug-2.2.3-5.3-vc9-nts.dll"
;以下是參數
xdebug.auto_trace=on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.trace_output_dir="./xdebug"
xdebug.profiler_enable=on
xdebug.profiler_output_dir="./xdebug"
復制代碼 代碼如下:
<?php
testXdebug();
function testXdebug() {
require_once('abc.php');
}
?>
新聞熱點
疑難解答