Performance Computer6

Created by: Lester Caine, Last modification: 21 October 2011

Testing PHP version: 5.3.8
on machine 10.0.0.6
-----------------------------------
empty_loop 0.669
func() 2.153 1.484
undef_func() 2.220 1.552
int_func() 1.790 1.122
$x = self::$x 1.422 0.753
self::$x = 0 1.410 0.742
isset(self::$x) 1.382 0.713
empty(self::$x) 1.375 0.707
$x = Foo::$x 2.927 2.258
Foo::$x = 0 2.751 2.082
isset(Foo::$x) 2.710 2.041
empty(Foo::$x) 2.943 2.274
self::f() 3.089 2.420
Foo::f() 4.557 3.888
$x = $this->x 1.327 0.658
$this->x = 0 1.607 0.938
$this->x += 2 1.357 0.689
++$this->x 1.138 0.470
--$this->x 1.147 0.478
$this->x++ 1.299 0.630
$this->x-- 1.301 0.633
isset($this->x) 1.362 0.693
empty($this->x) 1.418 0.749
$this->f() 3.173 2.504
$x = Foo::TEST 1.259 0.591
new Foo() 6.279 5.610
$x = TEST 1.171 0.502
$x = $_GET 1.190 0.521
$x = $GLOBALS['v'] 1.559 0.890
$x = $hash['v'] 1.129 0.460
$x = $str[0] 2.045 1.377
$x = $a ?: null 6.848 6.179
$x = $f ?: tmp 1.211 0.543
$x = $f ? $f : $a 6.962 6.293
$x = $f ? $f : tmp 1.248 0.579
------------------------
Total 77.426