empty_loop 0.029 func() 0.105 0.076 undef_func() 0.112 0.083 int_func() 0.067 0.038 $x = self::$x 0.096 0.067 self::$x = 0 0.111 0.082 isset(self::$x) 0.091 0.062 empty(self::$x) 0.099 0.070 $x = Foo::$x 0.176 0.147 Foo::$x = 0 0.069 0.040 isset(Foo::$x) 0.074 0.045 empty(Foo::$x) 0.125 0.096 self::f() 0.135 0.107 Foo::f() 0.112 0.083 $x = $this->x 0.068 0.039 $this->x = 0 0.050 0.021 $this->x += 2 0.094 0.065 ++$this->x 0.068 0.039 --$this->x 0.076 0.047 $this->x++ 0.110 0.082 $this->x-- 0.084 0.055 isset($this->x) 0.082 0.053 empty($this->x) 0.094 0.065 $this->f() 0.123 0.094 $x = Foo::TEST 0.094 0.065 new Foo() 0.319 0.290 $x = TEST 0.061 0.032 $x = $_GET 0.098 0.069 $x = $GLOBALS['v'] 0.134 0.105 $x = $hash['v'] 0.093 0.064 $x = $str[0] 0.079 0.050 $x = $a ?: null 0.076 0.047 $x = $f ?: tmp 0.079 0.050 $x = $f ? $f : $a 0.074 0.045 $x = $f ? $f : tmp 0.072 0.043 ------------------------ Total 3.429