empty_loop 0.019 func() 0.093 0.074 undef_func() 0.105 0.086 int_func() 0.034 0.015 $x = self::$x 0.102 0.084 self::$x = 0 0.081 0.062 isset(self::$x) 0.107 0.088 empty(self::$x) 0.111 0.092 $x = Foo::$x 0.055 0.036 Foo::$x = 0 0.039 0.020 isset(Foo::$x) 0.058 0.039 empty(Foo::$x) 0.059 0.040 self::f() 0.128 0.109 Foo::f() 0.108 0.089 $x = $this->x 0.044 0.025 $this->x = 0 0.041 0.022 $this->x += 2 0.067 0.048 ++$this->x 0.058 0.039 --$this->x 0.055 0.036 $this->x++ 0.060 0.042 $this->x-- 0.056 0.038 isset($this->x) 0.067 0.049 empty($this->x) 0.078 0.060 $this->f() 0.107 0.089 $x = Foo::TEST 0.072 0.053 new Foo() 0.225 0.206 $x = TEST 0.038 0.019 $x = $_GET 0.079 0.060 $x = $GLOBALS['v'] 0.068 0.049 $x = $hash['v'] 0.081 0.062 $x = $str[0] 0.058 0.039 $x = $a ?: null 0.061 0.042 $x = $f ?: tmp 0.056 0.037 $x = $f ? $f : $a 0.056 0.037 $x = $f ? $f : tmp 0.059 0.040 ------------------------ Total 2.582