empty_loop 0.035 func() 0.120 0.086 undef_func() 0.163 0.128 int_func() 0.090 0.055 $x = self::$x 0.137 0.102 self::$x = 0 0.118 0.084 isset(self::$x) 0.103 0.068 empty(self::$x) 0.100 0.065 $x = Foo::$x 0.083 0.049 Foo::$x = 0 0.068 0.033 isset(Foo::$x) 0.068 0.033 empty(Foo::$x) 0.075 0.040 self::f() 0.137 0.102 Foo::f() 0.103 0.069 $x = $this->x 0.069 0.035 $this->x = 0 0.052 0.017 $this->x += 2 0.104 0.069 ++$this->x 0.074 0.039 --$this->x 0.075 0.040 $this->x++ 0.094 0.059 $this->x-- 0.097 0.062 isset($this->x) 0.101 0.067 empty($this->x) 0.124 0.089 $this->f() 0.135 0.100 $x = Foo::TEST 0.102 0.068 new Foo() 0.343 0.308 $x = TEST 0.073 0.039 $x = $_GET 0.108 0.074 $x = $GLOBALS['v'] 0.205 0.170 $x = $hash['v'] 0.122 0.087 $x = $str[0] 0.093 0.058 $x = $a ?: null 0.093 0.058 $x = $f ?: tmp 0.091 0.056 $x = $f ? $f : $a 0.074 0.039 $x = $f ? $f : tmp 0.078 0.044 ------------------------ Total 3.705