empty_loop 0.018 func() 0.094 0.076 undef_func() 0.104 0.085 int_func() 0.033 0.015 $x = self::$x 0.100 0.082 self::$x = 0 0.081 0.062 isset(self::$x) 0.106 0.087 empty(self::$x) 0.108 0.090 $x = Foo::$x 0.056 0.038 Foo::$x = 0 0.038 0.019 isset(Foo::$x) 0.054 0.036 empty(Foo::$x) 0.060 0.042 self::f() 0.124 0.105 Foo::f() 0.107 0.089 $x = $this->x 0.040 0.022 $this->x = 0 0.042 0.024 $this->x += 2 0.066 0.048 ++$this->x 0.056 0.037 --$this->x 0.054 0.036 $this->x++ 0.060 0.041 $this->x-- 0.056 0.038 isset($this->x) 0.066 0.048 empty($this->x) 0.074 0.056 $this->f() 0.108 0.090 $x = Foo::TEST 0.070 0.052 new Foo() 0.225 0.206 $x = TEST 0.038 0.020 $x = $_GET 0.079 0.060 $x = $GLOBALS['v'] 0.068 0.049 $x = $hash['v'] 0.083 0.065 $x = $str[0] 0.085 0.067 $x = $a ?: null 0.141 0.122 $x = $f ?: tmp 0.086 0.068 $x = $f ? $f : $a 0.058 0.040 $x = $f ? $f : tmp 0.058 0.040 ------------------------ Total 2.700