php debug

debug_print_backtrace();


<?php
error_log($_SERVER['PHP_SELF'],3,'a.log');
?>


<?php
error_log($_SERVER['PHP_SELF'],3,'a.log');
?>

 

 

error_reporting(E_ALL);
ini_set("display_errors","1");

posted on 2009-09-30 18:36  haven24  阅读(180)  评论(0)    收藏  举报

导航