empty_loop 0.052 func() 0.109 0.057 undef_func() 0.122 0.070 int_func() 0.075 0.023 $x = self::$x 0.095 0.043 self::$x = 0 0.090 0.038 isset(self::$x) 0.092 0.040 empty(self::$x) 0.097 0.045 $x = Foo::$x 0.213 0.161 Foo::$x = 0 0.068 0.016 isset(Foo::$x) 0.067 0.015 empty(Foo::$x) 0.075 0.023 self::f() 0.139 0.087 Foo::f() 0.111 0.059 $x = $this->x 0.073 0.021 $this->x = 0 0.053 0.001 $this->x += 2 0.101 0.049 ++$this->x 0.071 0.019 --$this->x 0.068 0.017 $this->x++ 0.088 0.036 $this->x-- 0.088 0.036 isset($this->x) 0.089 0.037 empty($this->x) 0.097 0.045 $this->f() 0.118 0.066 $x = Foo::TEST 0.090 0.038 new Foo() 0.488 0.437 $x = TEST 0.062 0.010 $x = $_GET 0.094 0.043 $x = $GLOBALS['v'] 0.142 0.091 $x = $hash['v'] 0.101 0.049 $x = $str[0] 0.077 0.025 $x = $a ?: null 0.074 0.022 $x = $f ?: tmp 0.077 0.025 $x = $f ? $f : $a 0.070 0.018 $x = $f ? $f : tmp 0.069 0.018 ------------------------ Total 3.597