empty_loop 0.013 func() 0.087 0.074 undef_func() 0.099 0.085 int_func() 0.022 0.009 $x = self::$x 0.069 0.056 self::$x = 0 0.063 0.050 isset(self::$x) 0.067 0.054 empty(self::$x) 0.067 0.054 $x = Foo::$x 0.038 0.025 Foo::$x = 0 0.031 0.018 isset(Foo::$x) 0.035 0.022 empty(Foo::$x) 0.037 0.024 self::f() 0.121 0.108 Foo::f() 0.100 0.087 $x = $this->x 0.029 0.016 $this->x = 0 0.029 0.016 $this->x += 2 0.051 0.037 ++$this->x 0.043 0.030 --$this->x 0.045 0.032 $this->x++ 0.043 0.030 $this->x-- 0.043 0.030 isset($this->x) 0.046 0.033 empty($this->x) 0.062 0.049 $this->f() 0.102 0.089 $x = Foo::TEST 0.045 0.031 new Foo() 0.142 0.129 $x = TEST 0.025 0.011 $x = $_GET 0.054 0.041 $x = $GLOBALS['v'] 0.062 0.049 $x = $hash['v'] 0.053 0.040 $x = $str[0] 0.042 0.029 $x = $a ?: null 0.038 0.025 $x = $f ?: tmp 0.040 0.027 $x = $f ? $f : $a 0.037 0.024 $x = $f ? $f : tmp 0.036 0.023 ------------------------ Total 1.918