empty_loop 0.038 func() 0.123 0.085 undef_func() 0.145 0.107 int_func() 0.086 0.048 $x = self::$x 0.128 0.091 self::$x = 0 0.099 0.061 isset(self::$x) 0.098 0.060 empty(self::$x) 0.117 0.079 $x = Foo::$x 0.140 0.102 Foo::$x = 0 0.079 0.041 isset(Foo::$x) 0.079 0.041 empty(Foo::$x) 0.083 0.045 self::f() 0.155 0.118 Foo::f() 0.125 0.087 $x = $this->x 0.088 0.050 $this->x = 0 0.079 0.042 $this->x += 2 0.130 0.092 ++$this->x 0.079 0.041 --$this->x 0.084 0.046 $this->x++ 0.101 0.063 $this->x-- 0.084 0.046 isset($this->x) 0.092 0.054 empty($this->x) 0.118 0.080 $this->f() 0.137 0.099 $x = Foo::TEST 0.100 0.062 new Foo() 1.132 1.094 $x = TEST 0.072 0.034 $x = $_GET 0.110 0.072 $x = $GLOBALS['v'] 0.163 0.125 $x = $hash['v'] 0.116 0.078 $x = $str[0] 0.091 0.053 $x = $a ?: null 0.087 0.049 $x = $f ?: tmp 0.088 0.050 $x = $f ? $f : $a 0.080 0.042 $x = $f ? $f : tmp 0.075 0.037 ------------------------ Total 4.601