empty_loop 0.018 func() 0.095 0.076 undef_func() 0.101 0.083 int_func() 0.036 0.017 $x = self::$x 0.098 0.080 self::$x = 0 0.083 0.064 isset(self::$x) 0.103 0.085 empty(self::$x) 0.111 0.093 $x = Foo::$x 0.053 0.035 Foo::$x = 0 0.040 0.022 isset(Foo::$x) 0.054 0.036 empty(Foo::$x) 0.061 0.042 self::f() 0.127 0.108 Foo::f() 0.110 0.092 $x = $this->x 0.040 0.022 $this->x = 0 0.041 0.022 $this->x += 2 0.068 0.049 ++$this->x 0.056 0.038 --$this->x 0.055 0.036 $this->x++ 0.060 0.041 $this->x-- 0.054 0.036 isset($this->x) 0.067 0.049 empty($this->x) 0.074 0.056 $this->f() 0.108 0.090 $x = Foo::TEST 0.068 0.050 new Foo() 0.327 0.308 $x = TEST 0.040 0.022 $x = $_GET 0.076 0.058 $x = $GLOBALS['v'] 0.071 0.052 $x = $hash['v'] 0.081 0.062 $x = $str[0] 0.061 0.042 $x = $a ?: null 0.059 0.041 $x = $f ?: tmp 0.056 0.037 $x = $f ? $f : $a 0.058 0.040 $x = $f ? $f : tmp 0.059 0.040 ------------------------ Total 2.670