empty_loop 0.026 func() 0.098 0.072 undef_func() 0.108 0.082 int_func() 0.068 0.041 $x = self::$x 0.093 0.066 self::$x = 0 0.107 0.080 isset(self::$x) 0.083 0.056 empty(self::$x) 0.098 0.072 $x = Foo::$x 0.199 0.173 Foo::$x = 0 0.065 0.039 isset(Foo::$x) 0.064 0.037 empty(Foo::$x) 0.205 0.179 self::f() 0.135 0.109 Foo::f() 0.108 0.081 $x = $this->x 0.065 0.039 $this->x = 0 0.048 0.022 $this->x += 2 0.094 0.067 ++$this->x 0.067 0.040 --$this->x 0.067 0.041 $this->x++ 0.081 0.055 $this->x-- 0.080 0.053 isset($this->x) 0.083 0.057 empty($this->x) 0.093 0.066 $this->f() 0.112 0.086 $x = Foo::TEST 0.084 0.058 new Foo() 0.308 0.282 $x = TEST 0.056 0.029 $x = $_GET 0.088 0.061 $x = $GLOBALS['v'] 0.135 0.109 $x = $hash['v'] 0.092 0.066 $x = $str[0] 0.073 0.046 $x = $a ?: null 0.068 0.041 $x = $f ?: tmp 0.072 0.046 $x = $f ? $f : $a 0.064 0.037 $x = $f ? $f : tmp 0.065 0.039 ------------------------ Total 3.351