|
我在文件test.php中加入
[php]
<?php
apd_set_session_trace(99);
?>
[/php]
然后
>php4 -e -f test.php
结果看到调试文件是:
APD - Advanced PHP Debugger Trace File
---------------------------------------------------------------------------
Process Pid (30284)
Trace Begun at Mon Oct 20 15:03:32 2003
---------------------------------------------------------------------------
( 0.000000): apd_set_session_trace called at /mnt/linux/devel/php/test.php:2
怎么没有其他的信息呢? |
|