empty_loop 0.051 func() 0.109 0.058 undef_func() 0.118 0.067 int_func() 0.072 0.022 $x = self::$x 0.104 0.053 self::$x = 0 0.139 0.088 isset(self::$x) 0.105 0.054 empty(self::$x) 0.098 0.048 $x = Foo::$x 0.224 0.173 Foo::$x = 0 0.077 0.026 isset(Foo::$x) 0.072 0.022 empty(Foo::$x) 0.158 0.107 self::f() 0.159 0.109 Foo::f() 0.126 0.075 $x = $this->x 0.085 0.035 $this->x = 0 0.057 0.006 $this->x += 2 0.117 0.066 ++$this->x 0.069 0.018 --$this->x 0.066 0.016 $this->x++ 0.084 0.033 $this->x-- 0.080 0.029 isset($this->x) 0.089 0.038 empty($this->x) 0.098 0.047 $this->f() 0.132 0.081 $x = Foo::TEST 0.094 0.044 new Foo() 0.718 0.668 $x = TEST 0.066 0.015 $x = $_GET 0.096 0.045 $x = $GLOBALS['v'] 0.151 0.100 $x = $hash['v'] 0.114 0.064 $x = $str[0] 0.085 0.034 $x = $a ?: null 0.081 0.031 $x = $f ?: tmp 0.088 0.037 $x = $f ? $f : $a 0.073 0.022 $x = $f ? $f : tmp 0.070 0.019 ------------------------ Total 4.127