empty_loop 0.029 func() 0.108 0.079 undef_func() 0.111 0.082 int_func() 0.074 0.045 $x = self::$x 0.101 0.072 self::$x = 0 0.097 0.068 isset(self::$x) 0.089 0.061 empty(self::$x) 0.100 0.071 $x = Foo::$x 0.154 0.126 Foo::$x = 0 0.087 0.058 isset(Foo::$x) 0.068 0.039 empty(Foo::$x) 0.128 0.099 self::f() 0.135 0.106 Foo::f() 0.107 0.079 $x = $this->x 0.079 0.051 $this->x = 0 0.068 0.040 $this->x += 2 0.123 0.094 ++$this->x 0.084 0.055 --$this->x 0.086 0.058 $this->x++ 0.096 0.068 $this->x-- 0.081 0.052 isset($this->x) 0.091 0.062 empty($this->x) 0.095 0.066 $this->f() 0.113 0.085 $x = Foo::TEST 0.104 0.075 new Foo() 0.638 0.609 $x = TEST 0.067 0.038 $x = $_GET 0.107 0.078 $x = $GLOBALS['v'] 0.147 0.118 $x = $hash['v'] 0.112 0.083 $x = $str[0] 0.085 0.056 $x = $a ?: null 0.070 0.041 $x = $f ?: tmp 0.073 0.045 $x = $f ? $f : $a 0.066 0.037 $x = $f ? $f : tmp 0.065 0.037 ------------------------ Total 3.837