empty_loop 0.026 func() 0.098 0.072 undef_func() 0.111 0.085 int_func() 0.069 0.043 $x = self::$x 0.086 0.060 self::$x = 0 0.105 0.079 isset(self::$x) 0.083 0.057 empty(self::$x) 0.100 0.074 $x = Foo::$x 0.076 0.050 Foo::$x = 0 0.063 0.037 isset(Foo::$x) 0.065 0.039 empty(Foo::$x) 0.093 0.067 self::f() 0.126 0.100 Foo::f() 0.101 0.075 $x = $this->x 0.067 0.041 $this->x = 0 0.048 0.022 $this->x += 2 0.093 0.067 ++$this->x 0.066 0.039 --$this->x 0.064 0.038 $this->x++ 0.080 0.054 $this->x-- 0.078 0.052 isset($this->x) 0.084 0.058 empty($this->x) 0.100 0.074 $this->f() 0.108 0.082 $x = Foo::TEST 0.084 0.058 new Foo() 0.316 0.290 $x = TEST 0.056 0.030 $x = $_GET 0.086 0.060 $x = $GLOBALS['v'] 0.136 0.110 $x = $hash['v'] 0.093 0.067 $x = $str[0] 0.072 0.046 $x = $a ?: null 0.072 0.046 $x = $f ?: tmp 0.074 0.048 $x = $f ? $f : $a 0.063 0.037 $x = $f ? $f : tmp 0.064 0.038 ------------------------ Total 3.106