empty_loop 0.015 func() 0.161 0.145 undef_func() 0.235 0.219 int_func() 0.046 0.031 $x = self::$x 0.084 0.069 self::$x = 0 0.077 0.062 isset(self::$x) 0.111 0.095 empty(self::$x) 0.122 0.107 $x = Foo::$x 0.051 0.036 Foo::$x = 0 0.051 0.036 isset(Foo::$x) 0.060 0.044 empty(Foo::$x) 0.064 0.049 self::f() 0.216 0.201 Foo::f() 0.133 0.117 $x = $this->x 0.040 0.025 $this->x = 0 0.033 0.017 $this->x += 2 0.064 0.048 ++$this->x 0.051 0.036 --$this->x 0.075 0.060 $this->x++ 0.071 0.055 $this->x-- 0.057 0.042 isset($this->x) 0.063 0.048 empty($this->x) 0.086 0.070 $this->f() 0.126 0.110 $x = Foo::TEST 0.057 0.042 new Foo() 0.182 0.166 $x = TEST 0.029 0.014 $x = $_GET 0.059 0.043 $x = $GLOBALS['v'] 0.093 0.077 $x = $hash['v'] 0.095 0.079 $x = $str[0] 0.088 0.072 $x = $a ?: null 0.075 0.060 $x = $f ?: tmp 0.078 0.062 $x = $f ? $f : $a 0.071 0.056 $x = $f ? $f : tmp 0.089 0.073 ------------------------ Total 3.006