empty_loop 0.016 func() 0.016 0.000 undef_func() 0.016 0.000 int_func() 0.022 0.006 $x = self::$x 0.116 0.100 self::$x = 0 0.119 0.103 isset(self::$x) 0.125 0.108 empty(self::$x) 0.153 0.137 $x = Foo::$x 0.109 0.092 Foo::$x = 0 0.044 0.027 isset(Foo::$x) 0.037 0.021 empty(Foo::$x) 0.039 0.022 self::f() 0.016 0.000 Foo::f() 0.016 0.000 $x = $this->x 0.038 0.022 $this->x = 0 0.040 0.024 $this->x += 2 0.062 0.046 ++$this->x 0.054 0.037 --$this->x 0.060 0.043 $this->x++ 0.054 0.037 $this->x-- 0.061 0.044 isset($this->x) 0.059 0.042 empty($this->x) 0.063 0.046 $this->f() 0.123 0.106 $x = Foo::TEST 0.066 0.050 new Foo() 0.170 0.154 $x = TEST 0.032 0.015 $x = $_GET 0.068 0.051 $x = $GLOBALS['v'] 0.109 0.092 $x = $hash['v'] 0.016 0.000 $x = $str[0] 0.016 0.000 $x = $a ?: null 0.016 0.000 $x = $f ?: tmp 0.016 0.000 $x = $f ? $f : $a 0.016 0.000 $x = $f ? $f : tmp 0.016 0.000 ------------------------ Total 2.001