empty_loop 0.012 func() 0.103 0.090 undef_func() 0.100 0.088 int_func() 0.044 0.032 $x = self::$x 0.091 0.078 self::$x = 0 0.054 0.041 isset(self::$x) 0.078 0.066 empty(self::$x) 0.072 0.059 $x = Foo::$x 0.045 0.033 Foo::$x = 0 0.029 0.016 isset(Foo::$x) 0.040 0.028 empty(Foo::$x) 0.045 0.033 self::f() 0.152 0.139 Foo::f() 0.124 0.112 $x = $this->x 0.033 0.021 $this->x = 0 0.026 0.013 $this->x += 2 0.054 0.042 ++$this->x 0.045 0.032 --$this->x 0.041 0.029 $this->x++ 0.054 0.041 $this->x-- 0.058 0.046 isset($this->x) 0.054 0.042 empty($this->x) 0.065 0.053 $this->f() 0.119 0.106 $x = Foo::TEST 0.057 0.045 new Foo() 0.150 0.138 $x = TEST 0.027 0.015 $x = $_GET 0.045 0.032 $x = $GLOBALS['v'] 0.088 0.076 $x = $hash['v'] 0.057 0.044 $x = $str[0] 0.051 0.039 $x = $a ?: null 0.039 0.027 $x = $f ?: tmp 0.053 0.041 $x = $f ? $f : $a 0.039 0.026 $x = $f ? $f : tmp 0.040 0.028 ------------------------ Total 2.186