empty_loop 0.028 func() 0.113 0.085 undef_func() 0.135 0.108 int_func() 0.081 0.053 $x = self::$x 0.119 0.091 self::$x = 0 0.132 0.104 isset(self::$x) 0.118 0.090 empty(self::$x) 0.110 0.082 $x = Foo::$x 0.131 0.103 Foo::$x = 0 0.080 0.052 isset(Foo::$x) 0.082 0.054 empty(Foo::$x) 0.279 0.251 self::f() 0.137 0.109 Foo::f() 0.106 0.078 $x = $this->x 0.067 0.039 $this->x = 0 0.050 0.022 $this->x += 2 0.095 0.067 ++$this->x 0.067 0.039 --$this->x 0.067 0.039 $this->x++ 0.085 0.057 $this->x-- 0.087 0.059 isset($this->x) 0.314 0.286 empty($this->x) 0.103 0.076 $this->f() 0.125 0.097 $x = Foo::TEST 0.098 0.071 new Foo() 2.465 2.437 $x = TEST 0.067 0.039 $x = $_GET 0.109 0.081 $x = $GLOBALS['v'] 0.173 0.145 $x = $hash['v'] 0.122 0.094 $x = $str[0] 0.087 0.059 $x = $a ?: null 0.081 0.053 $x = $f ?: tmp 0.085 0.057 $x = $f ? $f : $a 0.076 0.048 $x = $f ? $f : tmp 0.078 0.050 ------------------------ Total 6.150