empty_loop 0.028 func() 0.104 0.075 undef_func() 0.116 0.088 int_func() 0.069 0.040 $x = self::$x 0.087 0.059 self::$x = 0 0.106 0.078 isset(self::$x) 0.093 0.064 empty(self::$x) 0.094 0.066 $x = Foo::$x 0.195 0.166 Foo::$x = 0 0.063 0.035 isset(Foo::$x) 0.062 0.034 empty(Foo::$x) 0.093 0.065 self::f() 0.128 0.100 Foo::f() 0.101 0.073 $x = $this->x 0.067 0.038 $this->x = 0 0.048 0.019 $this->x += 2 0.093 0.064 ++$this->x 0.069 0.041 --$this->x 0.064 0.036 $this->x++ 0.082 0.053 $this->x-- 0.082 0.054 isset($this->x) 0.083 0.054 empty($this->x) 0.091 0.062 $this->f() 0.107 0.079 $x = Foo::TEST 0.084 0.055 new Foo() 0.305 0.276 $x = TEST 0.058 0.029 $x = $_GET 0.092 0.064 $x = $GLOBALS['v'] 0.131 0.103 $x = $hash['v'] 0.092 0.064 $x = $str[0] 0.072 0.043 $x = $a ?: null 0.068 0.039 $x = $f ?: tmp 0.072 0.044 $x = $f ? $f : $a 0.064 0.036 $x = $f ? $f : tmp 0.069 0.040 ------------------------ Total 3.231