empty_loop 0.015 func() 0.159 0.144 undef_func() 0.174 0.159 int_func() 0.049 0.033 $x = self::$x 0.095 0.080 self::$x = 0 0.083 0.068 isset(self::$x) 0.108 0.093 empty(self::$x) 0.101 0.086 $x = Foo::$x 0.058 0.043 Foo::$x = 0 0.046 0.030 isset(Foo::$x) 0.050 0.034 empty(Foo::$x) 0.051 0.036 self::f() 0.168 0.152 Foo::f() 0.161 0.146 $x = $this->x 0.037 0.022 $this->x = 0 0.046 0.031 $this->x += 2 0.061 0.046 ++$this->x 0.064 0.049 --$this->x 0.068 0.052 $this->x++ 0.065 0.050 $this->x-- 0.076 0.061 isset($this->x) 0.072 0.057 empty($this->x) 0.065 0.050 $this->f() 0.149 0.134 $x = Foo::TEST 0.063 0.048 new Foo() 0.192 0.176 $x = TEST 0.040 0.024 $x = $_GET 0.062 0.047 $x = $GLOBALS['v'] 0.096 0.081 $x = $hash['v'] 0.070 0.055 $x = $str[0] 0.056 0.041 $x = $a ?: null 0.043 0.028 $x = $f ?: tmp 0.058 0.043 $x = $f ? $f : $a 0.054 0.039 $x = $f ? $f : tmp 0.055 0.040 ------------------------ Total 2.811