<?php // // 1. JSON Test // require_once dirname(__FILE__).'/once.php.inc'; function main() { $b = new Benchmark(); $b->bench_json(); } main();