Performance Computer1
empty_loop 0.321
func() 0.921 0.601
undef_func() 1.027 0.706
int_func() 1.120 0.799
$x = self::$x 0.854 0.534
self::$x = 0 0.944 0.623
isset(self::$x) 0.837 0.516
empty(self::$x) 0.849 0.529
$x = Foo::$x 1.072 0.752
Foo::$x = 0 1.046 0.726
isset(Foo::$x) 1.051 0.731
empty(Foo::$x) 1.056 0.735
self::f() 1.535 1.214
Foo::f() 1.786 1.466
$x = $this->x 0.802 0.481
$this->x = 0 0.841 0.520
$this->x += 2 0.771 0.451
++$this->x 0.697 0.376
--$this->x 0.717 0.396
$this->x++ 0.734 0.414
$this->x-- 0.736 0.415
isset($this->x) 0.788 0.467
empty($this->x) 0.808 0.488
$this->f() 1.381 1.061
$x = Foo::TEST 0.808 0.488
new Foo() 2.779 2.458
$x = TEST 0.747 0.426
$x = $_GET 0.739 0.418
$x = $GLOBALS['v'] 1.030 0.710
$x = $hash['v'] 0.714 0.393
$x = $str[0] 1.085 0.764
$x = $a ?: null 3.089 2.768
$x = $f ?: tmp 0.669 0.348
$x = $f ? $f : $a 3.295 2.974
$x = $f ? $f : tmp 0.660 0.340
------------------------
Total 38.309