empty_loop 0.031 func() 0.102 0.072 undef_func() 0.118 0.088 int_func() 0.077 0.046 $x = self::$x 0.103 0.072 self::$x = 0 0.108 0.077 isset(self::$x) 0.091 0.061 empty(self::$x) 0.095 0.064 $x = Foo::$x 0.196 0.165 Foo::$x = 0 0.065 0.035 isset(Foo::$x) 0.064 0.033 empty(Foo::$x) 0.206 0.176 self::f() 0.153 0.122 Foo::f() 0.115 0.085 $x = $this->x 0.068 0.038 $this->x = 0 0.056 0.025 $this->x += 2 0.111 0.081 ++$this->x 0.076 0.045 --$this->x 0.067 0.036 $this->x++ 0.086 0.055 $this->x-- 0.081 0.051 isset($this->x) 0.093 0.063 empty($this->x) 0.107 0.076 $this->f() 0.128 0.098 $x = Foo::TEST 0.104 0.073 new Foo() 1.217 1.187 $x = TEST 0.060 0.030 $x = $_GET 0.094 0.063 $x = $GLOBALS['v'] 0.142 0.111 $x = $hash['v'] 0.103 0.072 $x = $str[0] 0.080 0.049 $x = $a ?: null 0.070 0.040 $x = $f ?: tmp 0.077 0.046 $x = $f ? $f : $a 0.067 0.037 $x = $f ? $f : tmp 0.066 0.036 ------------------------ Total 4.476