empty_loop 0.023 func() 0.093 0.070 undef_func() 0.105 0.082 int_func() 0.035 0.011 $x = self::$x 0.103 0.080 self::$x = 0 0.081 0.058 isset(self::$x) 0.108 0.084 empty(self::$x) 0.109 0.086 $x = Foo::$x 0.057 0.034 Foo::$x = 0 0.038 0.015 isset(Foo::$x) 0.056 0.033 empty(Foo::$x) 0.059 0.036 self::f() 0.127 0.103 Foo::f() 0.109 0.086 $x = $this->x 0.043 0.020 $this->x = 0 0.041 0.018 $this->x += 2 0.067 0.044 ++$this->x 0.056 0.033 --$this->x 0.055 0.032 $this->x++ 0.063 0.040 $this->x-- 0.055 0.032 isset($this->x) 0.068 0.045 empty($this->x) 0.075 0.052 $this->f() 0.110 0.087 $x = Foo::TEST 0.069 0.046 new Foo() 0.243 0.220 $x = TEST 0.039 0.016 $x = $_GET 0.081 0.058 $x = $GLOBALS['v'] 0.072 0.048 $x = $hash['v'] 0.083 0.060 $x = $str[0] 0.060 0.037 $x = $a ?: null 0.062 0.039 $x = $f ?: tmp 0.056 0.033 $x = $f ? $f : $a 0.057 0.034 $x = $f ? $f : tmp 0.062 0.039 ------------------------ Total 2.620