empty_loop 0.015 func() 0.128 0.113 undef_func() 0.130 0.115 int_func() 0.041 0.025 $x = self::$x 0.079 0.063 self::$x = 0 0.068 0.053 isset(self::$x) 0.076 0.061 empty(self::$x) 0.078 0.063 $x = Foo::$x 0.043 0.027 Foo::$x = 0 0.030 0.015 isset(Foo::$x) 0.041 0.026 empty(Foo::$x) 0.043 0.027 self::f() 0.142 0.127 Foo::f() 0.130 0.115 $x = $this->x 0.035 0.020 $this->x = 0 0.032 0.017 $this->x += 2 0.053 0.038 ++$this->x 0.047 0.031 --$this->x 0.046 0.031 $this->x++ 0.058 0.043 $this->x-- 0.057 0.042 isset($this->x) 0.060 0.044 empty($this->x) 0.062 0.046 $this->f() 0.116 0.101 $x = Foo::TEST 0.056 0.041 new Foo() 0.159 0.144 $x = TEST 0.029 0.014 $x = $_GET 0.057 0.042 $x = $GLOBALS['v'] 0.084 0.069 $x = $hash['v'] 0.062 0.047 $x = $str[0] 0.053 0.037 $x = $a ?: null 0.041 0.026 $x = $f ?: tmp 0.045 0.030 $x = $f ? $f : $a 0.045 0.029 $x = $f ? $f : tmp 0.044 0.029 ------------------------ Total 2.284