?iť?

Your IP : 3.145.81.173


Current Path : /home/scgforma/www/soctest/htdocs/includes/sabre/sabre/vobject/bin/
Upload File :
Current File : /home/scgforma/www/soctest/htdocs/includes/sabre/sabre/vobject/bin/bench.php

#!/usr/bin/env php
<?php

include __DIR__ . '/../vendor/autoload.php';

$data = stream_get_contents(STDIN);

$start = microtime(true);

$lol = Sabre\VObject\Reader::read($data);

echo "time: " . (microtime(true) - $start) . "\n";