test.php 518 B

123456789101112131415
  1. <?php
  2. namespace loyalsoft;
  3. echo ("phpver: " . PHP_VERSION . PHP_EOL);
  4. include __DIR__ . '/main.php';
  5. //set_time_limit(15); # 设置执行超时时间
  6. //
  7. //require_once ROOTDIR . '/Util/OpenSSLVerify.php'; # Ps. 这个文件和类名没有对应关系.
  8. //header('X-Accel-Buffering: no'); # nginx 控制头, 关闭buffer
  9. var_dump("Hello world!");
  10. var_dump(GameConfig::item_weapon());