test.php 486 B

12345678910111213141516171819
  1. <?php
  2. namespace loyalsoft;
  3. include __DIR__ . '/main.php';
  4. echoLine("phpver: " . PHP_VERSION . PHP_EOL);
  5. //SelfChecker::CheckAll();
  6. //
  7. //set_time_limit(15); # 设置执行超时时间
  8. //
  9. //
  10. echo number_format(1.0125, 2, '.', '');
  11. $arr = GameConfig::plot_getItem(1001, 0); # 查找对应的剧情
  12. var_dump($arr);
  13. //foreach ($arr as $plot) {
  14. // isEditor() and $plot = new \sm_plot();
  15. // var_dump($plot);
  16. //}