empty_loop 0.029 func() 0.111 0.083 undef_func() 0.110 0.081 int_func() 0.072 0.044 $x = self::$x 0.095 0.066 self::$x = 0 0.090 0.062 isset(self::$x) 0.087 0.058 empty(self::$x) 0.099 0.070 $x = Foo::$x 0.089 0.061 Foo::$x = 0 0.072 0.044 isset(Foo::$x) 0.071 0.043 empty(Foo::$x) 0.142 0.114 self::f() 0.144 0.115 Foo::f() 0.155 0.127 $x = $this->x 0.085 0.057 $this->x = 0 0.056 0.028 $this->x += 2 0.129 0.101 ++$this->x 0.070 0.042 --$this->x 0.091 0.062 $this->x++ 0.112 0.083 $this->x-- 0.099 0.070 isset($this->x) 0.101 0.072 empty($this->x) 0.112 0.083 $this->f() 0.134 0.105 $x = Foo::TEST 0.109 0.080 new Foo() 0.360 0.331 $x = TEST 0.061 0.033 $x = $_GET 0.090 0.061 $x = $GLOBALS['v'] 0.146 0.117 $x = $hash['v'] 0.099 0.071 $x = $str[0] 0.071 0.043 $x = $a ?: null 0.071 0.042 $x = $f ?: tmp 0.081 0.053 $x = $f ? $f : $a 0.078 0.050 $x = $f ? $f : tmp 0.079 0.050 ------------------------ Total 3.599