Skip to content

Instantly share code, notes, and snippets.

@ikariiin
Created March 3, 2016 12:04
Show Gist options
  • Save ikariiin/ee459c9f81790b6377f5 to your computer and use it in GitHub Desktop.
Save ikariiin/ee459c9f81790b6377f5 to your computer and use it in GitHub Desktop.
<?php
/**
* User: gourab
* Date: 3/3/16
* Time: 2:24 PM
* File to test the server class
*/
/* Configuration to make this script run infinitely */
set_time_limit(0);
/* End */
error_reporting(E_ALL);
require "threads.php";
$server = new Server("127.0.0.1", 1246);
$server->handle_start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment