empty_loop 0.048 func() 0.100 0.052 undef_func() 0.108 0.061 int_func() 0.068 0.020 $x = self::$x 0.097 0.049 self::$x = 0 0.128 0.081 isset(self::$x) 0.103 0.056 empty(self::$x) 0.102 0.055 $x = Foo::$x 0.085 0.037 Foo::$x = 0 0.064 0.017 isset(Foo::$x) 0.065 0.018 empty(Foo::$x) 0.146 0.099 self::f() 0.131 0.083 Foo::f() 0.105 0.057 $x = $this->x 0.070 0.022 $this->x = 0 0.052 0.005 $this->x += 2 0.098 0.050 ++$this->x 0.069 0.022 --$this->x 0.067 0.020 $this->x++ 0.083 0.035 $this->x-- 0.078 0.031 isset($this->x) 0.085 0.037 empty($this->x) 0.098 0.051 $this->f() 0.113 0.065 $x = Foo::TEST 0.085 0.038 new Foo() 0.844 0.797 $x = TEST 0.057 0.010 $x = $_GET 0.089 0.041 $x = $GLOBALS['v'] 0.136 0.089 $x = $hash['v'] 0.095 0.047 $x = $str[0] 0.075 0.027 $x = $a ?: null 0.072 0.024 $x = $f ?: tmp 0.076 0.029 $x = $f ? $f : $a 0.068 0.020 $x = $f ? $f : tmp 0.067 0.020 ------------------------ Total 3.825