empty_loop 0.027 func() 0.102 0.075 undef_func() 0.111 0.084 int_func() 0.069 0.042 $x = self::$x 0.108 0.081 self::$x = 0 0.092 0.066 isset(self::$x) 0.085 0.058 empty(self::$x) 0.094 0.068 $x = Foo::$x 0.176 0.149 Foo::$x = 0 0.063 0.036 isset(Foo::$x) 0.066 0.039 empty(Foo::$x) 0.135 0.108 self::f() 0.132 0.105 Foo::f() 0.104 0.077 $x = $this->x 0.067 0.040 $this->x = 0 0.070 0.043 $this->x += 2 0.095 0.068 ++$this->x 0.067 0.040 --$this->x 0.065 0.039 $this->x++ 0.080 0.053 $this->x-- 0.080 0.053 isset($this->x) 0.085 0.058 empty($this->x) 0.091 0.064 $this->f() 0.113 0.086 $x = Foo::TEST 0.085 0.058 new Foo() 0.821 0.794 $x = TEST 0.081 0.054 $x = $_GET 0.112 0.086 $x = $GLOBALS['v'] 0.168 0.141 $x = $hash['v'] 0.099 0.073 $x = $str[0] 0.083 0.056 $x = $a ?: null 0.079 0.053 $x = $f ?: tmp 0.075 0.049 $x = $f ? $f : $a 0.072 0.045 $x = $f ? $f : tmp 0.072 0.046 ------------------------ Total 3.926