PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $start = microtime(true); class test {} for ($i = 0; $i< 1011111; $i++) { $test = new test(); } echo microtime(true) - $start;
Show:  
Copy Clear