wupengfei %!s(int64=3) %!d(string=hai) anos
pai
achega
588f614c50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      thinkphp/base.php

+ 1 - 1
thinkphp/base.php

@@ -18,7 +18,7 @@ Loader::register();
 
 // 注册错误和异常处理机制
 Error::register();
-
+var_dump(00000);
 // 实现日志接口
 if (interface_exists('Psr\Log\LoggerInterface')) {
     interface LoggerInterface extends \Psr\Log\LoggerInterface