empty_loop 0.028 func() 0.101 0.073 undef_func() 0.113 0.086 int_func() 0.077 0.050 $x = self::$x 0.089 0.061 self::$x = 0 0.108 0.080 isset(self::$x) 0.087 0.059 empty(self::$x) 0.097 0.069 $x = Foo::$x 0.200 0.172 Foo::$x = 0 0.067 0.040 isset(Foo::$x) 0.065 0.037 empty(Foo::$x) 0.075 0.047 self::f() 0.137 0.109 Foo::f() 0.104 0.077 $x = $this->x 0.068 0.040 $this->x = 0 0.052 0.024 $this->x += 2 0.098 0.070 ++$this->x 0.067 0.039 --$this->x 0.072 0.045 $this->x++ 0.081 0.054 $this->x-- 0.078 0.050 isset($this->x) 0.086 0.059 empty($this->x) 0.097 0.070 $this->f() 0.110 0.082 $x = Foo::TEST 0.091 0.063 new Foo() 0.313 0.285 $x = TEST 0.059 0.031 $x = $_GET 0.090 0.062 $x = $GLOBALS['v'] 0.144 0.116 $x = $hash['v'] 0.095 0.068 $x = $str[0] 0.076 0.048 $x = $a ?: null 0.070 0.042 $x = $f ?: tmp 0.074 0.046 $x = $f ? $f : $a 0.065 0.037 $x = $f ? $f : tmp 0.069 0.041 ------------------------ Total 3.305