b35122f7a
a60c2f38c
0b02a6d12
1 2 3
4
5 6 7
8
9 10 11
12
#!/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";