You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
126 B

  1. <?php
  2. include("default.php");
  3. $x = new X();
  4. $x->sendMsg("test");
  5. $x->debug("debug message");
  6. sleep(10);
  7. $x->close();
  8. exit(0);