empty_loop 0.028 func() 0.100 0.072 undef_func() 0.111 0.083 int_func() 0.074 0.046 $x = self::$x 0.090 0.062 self::$x = 0 0.100 0.072 isset(self::$x) 0.086 0.058 empty(self::$x) 0.093 0.065 $x = Foo::$x 0.193 0.166 Foo::$x = 0 0.062 0.034 isset(Foo::$x) 0.063 0.035 empty(Foo::$x) 0.082 0.054 self::f() 0.126 0.098 Foo::f() 0.103 0.075 $x = $this->x 0.066 0.038 $this->x = 0 0.048 0.020 $this->x += 2 0.093 0.065 ++$this->x 0.066 0.038 --$this->x 0.066 0.038 $this->x++ 0.081 0.053 $this->x-- 0.075 0.047 isset($this->x) 0.084 0.056 empty($this->x) 0.091 0.063 $this->f() 0.110 0.082 $x = Foo::TEST 0.083 0.056 new Foo() 0.304 0.276 $x = TEST 0.056 0.028 $x = $_GET 0.085 0.058 $x = $GLOBALS['v'] 0.132 0.105 $x = $hash['v'] 0.093 0.065 $x = $str[0] 0.073 0.045 $x = $a ?: null 0.071 0.043 $x = $f ?: tmp 0.072 0.044 $x = $f ? $f : $a 0.063 0.035 $x = $f ? $f : tmp 0.063 0.036 ------------------------ Total 3.186