empty_loop 0.032 func() 0.107 0.075 undef_func() 0.119 0.087 int_func() 0.073 0.041 $x = self::$x 0.093 0.061 self::$x = 0 0.104 0.072 isset(self::$x) 0.095 0.063 empty(self::$x) 0.102 0.070 $x = Foo::$x 0.184 0.152 Foo::$x = 0 0.070 0.038 isset(Foo::$x) 0.074 0.042 empty(Foo::$x) 0.085 0.053 self::f() 0.142 0.110 Foo::f() 0.116 0.084 $x = $this->x 0.075 0.043 $this->x = 0 0.053 0.021 $this->x += 2 0.109 0.077 ++$this->x 0.079 0.047 --$this->x 0.067 0.035 $this->x++ 0.084 0.052 $this->x-- 0.080 0.048 isset($this->x) 0.096 0.064 empty($this->x) 0.110 0.078 $this->f() 0.128 0.096 $x = Foo::TEST 0.092 0.060 new Foo() 0.320 0.288 $x = TEST 0.062 0.030 $x = $_GET 0.095 0.063 $x = $GLOBALS['v'] 0.137 0.105 $x = $hash['v'] 0.102 0.070 $x = $str[0] 0.076 0.044 $x = $a ?: null 0.075 0.043 $x = $f ?: tmp 0.079 0.047 $x = $f ? $f : $a 0.068 0.036 $x = $f ? $f : tmp 0.067 0.035 ------------------------ Total 3.450