empty_loop 0.031 func() 0.102 0.071 undef_func() 0.109 0.078 int_func() 0.068 0.037 $x = self::$x 0.086 0.055 self::$x = 0 0.101 0.070 isset(self::$x) 0.085 0.054 empty(self::$x) 0.092 0.061 $x = Foo::$x 0.097 0.065 Foo::$x = 0 0.067 0.036 isset(Foo::$x) 0.063 0.032 empty(Foo::$x) 0.093 0.061 self::f() 0.133 0.102 Foo::f() 0.104 0.073 $x = $this->x 0.067 0.036 $this->x = 0 0.048 0.017 $this->x += 2 0.094 0.062 ++$this->x 0.068 0.037 --$this->x 0.065 0.033 $this->x++ 0.082 0.051 $this->x-- 0.077 0.046 isset($this->x) 0.084 0.053 empty($this->x) 0.102 0.070 $this->f() 0.112 0.081 $x = Foo::TEST 0.086 0.055 new Foo() 0.298 0.267 $x = TEST 0.059 0.028 $x = $_GET 0.089 0.058 $x = $GLOBALS['v'] 0.141 0.110 $x = $hash['v'] 0.101 0.070 $x = $str[0] 0.080 0.049 $x = $a ?: null 0.068 0.036 $x = $f ?: tmp 0.073 0.042 $x = $f ? $f : $a 0.067 0.036 $x = $f ? $f : tmp 0.065 0.034 ------------------------ Total 3.161