empty_loop 0.019 func() 0.016 -0.002 undef_func() 0.016 -0.003 int_func() 0.016 -0.003 $x = self::$x 0.080 0.062 self::$x = 0 0.067 0.048 isset(self::$x) 0.082 0.064 empty(self::$x) 0.087 0.068 $x = Foo::$x 0.049 0.031 Foo::$x = 0 0.034 0.016 isset(Foo::$x) 0.041 0.023 empty(Foo::$x) 0.047 0.029 self::f() 0.017 -0.002 Foo::f() 0.017 -0.002 $x = $this->x 0.037 0.019 $this->x = 0 0.042 0.023 $this->x += 2 0.065 0.047 ++$this->x 0.053 0.035 --$this->x 0.053 0.034 $this->x++ 0.053 0.035 $this->x-- 0.053 0.034 isset($this->x) 0.051 0.033 empty($this->x) 0.054 0.036 $this->f() 0.073 0.054 $x = Foo::TEST 0.054 0.035 new Foo() 0.168 0.149 $x = TEST 0.031 0.013 $x = $_GET 0.058 0.040 $x = $GLOBALS['v'] 0.056 0.037 $x = $hash['v'] 0.016 -0.002 $x = $str[0] 0.016 -0.003 $x = $a ?: null 0.016 -0.002 $x = $f ?: tmp 0.016 -0.002 $x = $f ? $f : $a 0.017 -0.002 $x = $f ? $f : tmp 0.016 -0.002 ------------------------ Total 1.585