empty_loop 0.038 func() 0.131 0.093 undef_func() 0.122 0.084 int_func() 0.081 0.042 $x = self::$x 0.104 0.065 self::$x = 0 0.121 0.082 isset(self::$x) 0.099 0.060 empty(self::$x) 0.115 0.076 $x = Foo::$x 0.223 0.185 Foo::$x = 0 0.072 0.033 isset(Foo::$x) 0.076 0.038 empty(Foo::$x) 0.229 0.190 self::f() 0.151 0.113 Foo::f() 0.121 0.082 $x = $this->x 0.084 0.046 $this->x = 0 0.057 0.019 $this->x += 2 0.100 0.062 ++$this->x 0.074 0.035 --$this->x 0.071 0.033 $this->x++ 0.089 0.051 $this->x-- 0.090 0.052 isset($this->x) 0.103 0.065 empty($this->x) 0.108 0.070 $this->f() 0.154 0.115 $x = Foo::TEST 0.107 0.068 new Foo() 0.329 0.290 $x = TEST 0.071 0.032 $x = $_GET 0.095 0.056 $x = $GLOBALS['v'] 0.164 0.126 $x = $hash['v'] 0.117 0.078 $x = $str[0] 0.081 0.042 $x = $a ?: null 0.073 0.034 $x = $f ?: tmp 0.079 0.041 $x = $f ? $f : $a 0.068 0.030 $x = $f ? $f : tmp 0.068 0.030 ------------------------ Total 3.863