empty_loop 0.018 func() 0.093 0.075 undef_func() 0.105 0.087 int_func() 0.034 0.015 $x = self::$x 0.101 0.083 self::$x = 0 0.081 0.062 isset(self::$x) 0.107 0.089 empty(self::$x) 0.112 0.094 $x = Foo::$x 0.053 0.034 Foo::$x = 0 0.039 0.020 isset(Foo::$x) 0.057 0.038 empty(Foo::$x) 0.060 0.042 self::f() 0.127 0.108 Foo::f() 0.109 0.091 $x = $this->x 0.043 0.025 $this->x = 0 0.050 0.032 $this->x += 2 0.066 0.047 ++$this->x 0.059 0.041 --$this->x 0.055 0.037 $this->x++ 0.061 0.042 $this->x-- 0.057 0.039 isset($this->x) 0.068 0.050 empty($this->x) 0.075 0.057 $this->f() 0.108 0.090 $x = Foo::TEST 0.068 0.050 new Foo() 0.228 0.210 $x = TEST 0.040 0.022 $x = $_GET 0.079 0.061 $x = $GLOBALS['v'] 0.071 0.052 $x = $hash['v'] 0.078 0.060 $x = $str[0] 0.061 0.043 $x = $a ?: null 0.059 0.041 $x = $f ?: tmp 0.059 0.041 $x = $f ? $f : $a 0.058 0.040 $x = $f ? $f : tmp 0.061 0.043 ------------------------ Total 2.604