Skip to content

Commit

Permalink
Update demo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar authored Jun 28, 2016
1 parent ad62126 commit c34548a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions demo.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

use Phery\Phery;
use Phery\PheryException;
use Phery\PheryFunction;
use Phery\PheryResponse;

//Ensure that it's completly compatible with strict mode and throws no notices or warnings, and not using any deprecated code
error_reporting(-1);

Expand All @@ -19,7 +14,7 @@
$memory_start = 0;
$start_time = microtime(true);

require_once 'vendor/autoload.php';
require_once 'Phery.php';

PheryResponse::set_global('global', true); //sleep(2); // uncomment to emulate latency

Expand Down

0 comments on commit c34548a

Please sign in to comment.