如题

解决方案 »

  1.   

    如果你说的是调用,那么要看具体的函数行为。
    如果你说的是定义,那么多次定义会导致一个fatal eror而中断当前程序。在文件开头
    error_reporting(E_ALL);
    ini_set('display_errors','On');
    可看到错误提示。
      

  2.   

    Request Timed Out
    Possible reasons:Fatal error in your PHP code. 
    Your php.exe file is bad. 
    If you use a PHP extension, it is possible that the PHP interpreter can't locate one of extension .dll files, possibly because of incorrect extension_dir parameter in [PHP] section of your php.ini file. 
    模拟运行提示以上信息,
    但是我在该页面使用该函数的次数减少就会正常显示,一多就显示不全了.很费解!!!
    因为是一个统计用的东西,所以很多地方都要用,调用的比较多(上百次)!!!求解!!很费解!!!!
      

  3.   

    这个错误说的是
    你的PHP代码有严重的错误
    php.exe执行文件损坏
    若你在程序中使用了PHP的扩展,可能PHP的编译程序无法查找的您所调用的扩展.dll文件
    可能是您的php.ini配置文件中的extension_dir 路径设置错误结合你的情况,估计是代码的问题