run.php 110 B

123456
  1. <?php
  2. require 'bin/app1/index.php';
  3. require 'bin/app2/index.php';
  4. app1\App1Sub::test();
  5. app2\App2Sub::test();