empty_loop 0.029 func() 0.136 0.107 undef_func() 0.134 0.106 int_func() 0.084 0.056 $x = self::$x 0.109 0.080 self::$x = 0 0.128 0.099 isset(self::$x) 0.091 0.063 empty(self::$x) 0.097 0.069 $x = Foo::$x 0.219 0.190 Foo::$x = 0 0.067 0.038 isset(Foo::$x) 0.069 0.040 empty(Foo::$x) 0.214 0.186 self::f() 0.137 0.109 Foo::f() 0.120 0.092 $x = $this->x 0.078 0.049 $this->x = 0 0.072 0.043 $this->x += 2 0.109 0.081 ++$this->x 0.082 0.054 --$this->x 0.107 0.078 $this->x++ 0.122 0.094 $this->x-- 0.093 0.065 isset($this->x) 0.090 0.061 empty($this->x) 0.098 0.070 $this->f() 0.116 0.087 $x = Foo::TEST 0.092 0.064 new Foo() 0.380 0.352 $x = TEST 0.075 0.046 $x = $_GET 0.129 0.100 $x = $GLOBALS['v'] 0.149 0.120 $x = $hash['v'] 0.107 0.078 $x = $str[0] 0.090 0.061 $x = $a ?: null 0.080 0.051 $x = $f ?: tmp 0.082 0.053 $x = $f ? $f : $a 0.080 0.051 $x = $f ? $f : tmp 0.079 0.051 ------------------------ Total 3.943