empty_loop 0.032 func() 0.102 0.071 undef_func() 0.118 0.086 int_func() 0.086 0.054 $x = self::$x 0.095 0.063 self::$x = 0 0.113 0.082 isset(self::$x) 0.107 0.076 empty(self::$x) 0.112 0.080 $x = Foo::$x 0.223 0.192 Foo::$x = 0 0.078 0.046 isset(Foo::$x) 0.069 0.037 empty(Foo::$x) 0.203 0.172 self::f() 0.144 0.112 Foo::f() 0.109 0.078 $x = $this->x 0.090 0.059 $this->x = 0 0.056 0.024 $this->x += 2 0.111 0.079 ++$this->x 0.082 0.051 --$this->x 0.104 0.073 $this->x++ 0.096 0.065 $this->x-- 0.081 0.049 isset($this->x) 0.096 0.065 empty($this->x) 0.118 0.087 $this->f() 0.127 0.096 $x = Foo::TEST 0.093 0.061 new Foo() 0.884 0.853 $x = TEST 0.060 0.029 $x = $_GET 0.094 0.063 $x = $GLOBALS['v'] 0.156 0.124 $x = $hash['v'] 0.110 0.078 $x = $str[0] 0.072 0.041 $x = $a ?: null 0.076 0.044 $x = $f ?: tmp 0.077 0.045 $x = $f ? $f : $a 0.068 0.036 $x = $f ? $f : tmp 0.066 0.034 ------------------------ Total 4.308