empty_loop 0.044 func() 0.137 0.094 undef_func() 0.142 0.098 int_func() 0.136 0.092 $x = self::$x 0.090 0.046 self::$x = 0 0.088 0.045 isset(self::$x) 0.084 0.041 empty(self::$x) 0.083 0.039 $x = Foo::$x 0.080 0.036 Foo::$x = 0 0.079 0.035 isset(Foo::$x) 0.074 0.030 empty(Foo::$x) 0.074 0.030 self::f() 0.156 0.112 Foo::f() 0.145 0.101 $x = $this->x 0.080 0.036 $this->x = 0 0.149 0.106 $this->x += 2 0.079 0.036 ++$this->x 0.073 0.029 --$this->x 0.072 0.028 $this->x++ 0.078 0.035 $this->x-- 0.079 0.035 isset($this->x) 0.075 0.031 empty($this->x) 0.078 0.034 $this->f() 0.178 0.134 $x = Foo::TEST 0.084 0.040 new Foo() 0.479 0.436 $x = TEST 0.067 0.023 $x = $_GET 0.110 0.066 $x = $GLOBALS['v'] 0.147 0.103 $x = $hash['v'] 0.086 0.042 $x = $str[0] 0.199 0.155 $x = $a ?: null 0.083 0.039 $x = $f ?: tmp 0.138 0.094 $x = $f ? $f : $a 0.086 0.042 $x = $f ? $f : tmp 0.139 0.096 ------------------------ Total 3.970