empty_loop 0.032 func() 0.119 0.087 undef_func() 0.132 0.100 int_func() 0.083 0.050 $x = self::$x 0.103 0.071 self::$x = 0 0.123 0.091 isset(self::$x) 0.111 0.078 empty(self::$x) 0.108 0.076 $x = Foo::$x 0.230 0.198 Foo::$x = 0 0.078 0.046 isset(Foo::$x) 0.078 0.046 empty(Foo::$x) 0.127 0.095 self::f() 0.158 0.125 Foo::f() 0.123 0.091 $x = $this->x 0.082 0.050 $this->x = 0 0.057 0.025 $this->x += 2 0.117 0.085 ++$this->x 0.083 0.050 --$this->x 0.079 0.047 $this->x++ 0.094 0.062 $this->x-- 0.091 0.059 isset($this->x) 0.112 0.080 empty($this->x) 0.111 0.079 $this->f() 0.136 0.103 $x = Foo::TEST 0.106 0.073 new Foo() 0.369 0.337 $x = TEST 0.069 0.037 $x = $_GET 0.106 0.073 $x = $GLOBALS['v'] 0.164 0.131 $x = $hash['v'] 0.113 0.081 $x = $str[0] 0.087 0.054 $x = $a ?: null 0.079 0.046 $x = $f ?: tmp 0.090 0.058 $x = $f ? $f : $a 0.079 0.047 $x = $f ? $f : tmp 0.076 0.044 ------------------------ Total 3.905