ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
bench.php
Go to the documentation of this file.
1#!/usr/bin/env php
2<?php
3
4include __DIR__ . '/../vendor/autoload.php';
5
6$data = stream_get_contents(STDIN);
7
8$start = microtime(true);
9
11
12echo "time: " . (microtime(true) - $start) . "\n";
An exception for terminatinating execution or to throw for unit testing.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition: Reader.php:42
$lol
Definition: bench.php:10
$start
Definition: bench.php:8
$data
Definition: bench.php:6