empty_loop 0.031 func() 0.118 0.087 undef_func() 0.144 0.113 int_func() 0.087 0.056 $x = self::$x 0.090 0.059 self::$x = 0 0.084 0.054 isset(self::$x) 0.105 0.074 empty(self::$x) 0.090 0.059 $x = Foo::$x 0.191 0.160 Foo::$x = 0 0.062 0.031 isset(Foo::$x) 0.063 0.032 empty(Foo::$x) 0.070 0.039 self::f() 0.126 0.095 Foo::f() 0.102 0.071 $x = $this->x 0.068 0.037 $this->x = 0 0.048 0.017 $this->x += 2 0.094 0.063 ++$this->x 0.066 0.035 --$this->x 0.072 0.041 $this->x++ 0.085 0.054 $this->x-- 0.077 0.046 isset($this->x) 0.095 0.064 empty($this->x) 0.096 0.065 $this->f() 0.107 0.076 $x = Foo::TEST 0.083 0.052 new Foo() 0.368 0.337 $x = TEST 0.057 0.026 $x = $_GET 0.087 0.056 $x = $GLOBALS['v'] 0.132 0.101 $x = $hash['v'] 0.110 0.079 $x = $str[0] 0.081 0.050 $x = $a ?: null 0.075 0.044 $x = $f ?: tmp 0.080 0.049 $x = $f ? $f : $a 0.070 0.039 $x = $f ? $f : tmp 0.064 0.033 ------------------------ Total 3.376