empty_loop 0.033 func() 0.124 0.091 undef_func() 0.135 0.102 int_func() 0.084 0.052 $x = self::$x 0.106 0.074 self::$x = 0 0.126 0.094 isset(self::$x) 0.099 0.067 empty(self::$x) 0.106 0.073 $x = Foo::$x 0.234 0.201 Foo::$x = 0 0.072 0.039 isset(Foo::$x) 0.075 0.042 empty(Foo::$x) 0.245 0.212 self::f() 0.161 0.129 Foo::f() 0.125 0.093 $x = $this->x 0.082 0.049 $this->x = 0 0.058 0.026 $this->x += 2 0.115 0.082 ++$this->x 0.084 0.052 --$this->x 0.079 0.046 $this->x++ 0.099 0.066 $this->x-- 0.094 0.061 isset($this->x) 0.100 0.067 empty($this->x) 0.112 0.079 $this->f() 0.131 0.098 $x = Foo::TEST 0.101 0.068 new Foo() 0.358 0.325 $x = TEST 0.068 0.035 $x = $_GET 0.107 0.074 $x = $GLOBALS['v'] 0.162 0.130 $x = $hash['v'] 0.116 0.083 $x = $str[0] 0.087 0.054 $x = $a ?: null 0.083 0.051 $x = $f ?: tmp 0.089 0.056 $x = $f ? $f : $a 0.078 0.045 $x = $f ? $f : tmp 0.079 0.046 ------------------------ Total 4.006