empty_loop 0.112 func() 0.317 0.205 undef_func() 0.323 0.211 int_func() 0.250 0.138 $x = self::$x 0.230 0.118 self::$x = 0 0.223 0.111 isset(self::$x) 0.208 0.096 empty(self::$x) 0.215 0.103 $x = Foo::$x 0.195 0.083 Foo::$x = 0 0.186 0.074 isset(Foo::$x) 0.175 0.063 empty(Foo::$x) 0.259 0.147 self::f() 0.372 0.260 Foo::f() 0.331 0.219 $x = $this->x 0.192 0.080 $this->x = 0 0.240 0.128 $this->x += 2 0.212 0.100 ++$this->x 0.184 0.072 --$this->x 0.177 0.065 $this->x++ 0.205 0.093 $this->x-- 0.207 0.095 isset($this->x) 0.199 0.087 empty($this->x) 0.213 0.101 $this->f() 0.392 0.280 $x = Foo::TEST 0.189 0.077 new Foo() 0.675 0.563 $x = TEST 0.151 0.039 $x = $_GET 0.227 0.115 $x = $GLOBALS['v'] 0.301 0.189 $x = $hash['v'] 0.211 0.099 $x = $str[0] 0.281 0.169 $x = $a ?: null 0.201 0.089 $x = $f ?: tmp 0.255 0.143 $x = $f ? $f : $a 0.209 0.097 $x = $f ? $f : tmp 0.256 0.144 ------------------------ Total 8.571