empty_loop 0.048 func() 0.133 0.085 undef_func() 0.138 0.089 int_func() 0.129 0.080 $x = self::$x 0.087 0.038 self::$x = 0 0.085 0.036 isset(self::$x) 0.079 0.031 empty(self::$x) 0.080 0.031 $x = Foo::$x 0.077 0.028 Foo::$x = 0 0.076 0.027 isset(Foo::$x) 0.070 0.022 empty(Foo::$x) 0.072 0.024 self::f() 0.148 0.100 Foo::f() 0.138 0.090 $x = $this->x 0.077 0.028 $this->x = 0 0.142 0.093 $this->x += 2 0.076 0.027 ++$this->x 0.069 0.021 --$this->x 0.068 0.020 $this->x++ 0.075 0.027 $this->x-- 0.075 0.027 isset($this->x) 0.072 0.023 empty($this->x) 0.076 0.027 $this->f() 0.170 0.121 $x = Foo::TEST 0.080 0.032 new Foo() 0.464 0.415 $x = TEST 0.063 0.015 $x = $_GET 0.110 0.061 $x = $GLOBALS['v'] 0.146 0.097 $x = $hash['v'] 0.083 0.035 $x = $str[0] 0.187 0.138 $x = $a ?: null 0.078 0.029 $x = $f ?: tmp 0.134 0.085 $x = $f ? $f : $a 0.084 0.035 $x = $f ? $f : tmp 0.134 0.086 ------------------------ Total 3.822