empty_loop 0.012 func() 0.103 0.091 undef_func() 0.099 0.086 int_func() 0.043 0.030 $x = self::$x 0.060 0.048 self::$x = 0 0.048 0.036 isset(self::$x) 0.062 0.049 empty(self::$x) 0.054 0.042 $x = Foo::$x 0.035 0.022 Foo::$x = 0 0.023 0.010 isset(Foo::$x) 0.035 0.022 empty(Foo::$x) 0.036 0.024 self::f() 0.119 0.106 Foo::f() 0.108 0.096 $x = $this->x 0.028 0.016 $this->x = 0 0.024 0.011 $this->x += 2 0.039 0.027 ++$this->x 0.035 0.022 --$this->x 0.034 0.022 $this->x++ 0.047 0.034 $this->x-- 0.047 0.034 isset($this->x) 0.044 0.032 empty($this->x) 0.051 0.038 $this->f() 0.091 0.079 $x = Foo::TEST 0.044 0.032 new Foo() 0.114 0.102 $x = TEST 0.023 0.010 $x = $_GET 0.044 0.031 $x = $GLOBALS['v'] 0.075 0.062 $x = $hash['v'] 0.052 0.040 $x = $str[0] 0.048 0.036 $x = $a ?: null 0.035 0.022 $x = $f ?: tmp 0.041 0.029 $x = $f ? $f : $a 0.032 0.020 $x = $f ? $f : tmp 0.035 0.023 ------------------------ Total 1.819