empty_loop 0.046 func() 0.138 0.092 undef_func() 0.141 0.095 int_func() 0.136 0.090 $x = self::$x 0.091 0.045 self::$x = 0 0.090 0.044 isset(self::$x) 0.081 0.035 empty(self::$x) 0.084 0.038 $x = Foo::$x 0.079 0.033 Foo::$x = 0 0.080 0.034 isset(Foo::$x) 0.073 0.027 empty(Foo::$x) 0.075 0.029 self::f() 0.155 0.109 Foo::f() 0.142 0.096 $x = $this->x 0.080 0.034 $this->x = 0 0.146 0.100 $this->x += 2 0.079 0.033 ++$this->x 0.073 0.027 --$this->x 0.072 0.026 $this->x++ 0.078 0.032 $this->x-- 0.079 0.033 isset($this->x) 0.074 0.028 empty($this->x) 0.077 0.031 $this->f() 0.177 0.131 $x = Foo::TEST 0.084 0.038 new Foo() 0.478 0.432 $x = TEST 0.065 0.019 $x = $_GET 0.108 0.062 $x = $GLOBALS['v'] 0.147 0.101 $x = $hash['v'] 0.085 0.039 $x = $str[0] 0.197 0.151 $x = $a ?: null 0.081 0.035 $x = $f ?: tmp 0.136 0.091 $x = $f ? $f : $a 0.084 0.038 $x = $f ? $f : tmp 0.136 0.090 ------------------------ Total 3.948