empty_loop 0.029 func() 0.110 0.081 undef_func() 0.120 0.091 int_func() 0.076 0.047 $x = self::$x 0.095 0.066 self::$x = 0 0.115 0.086 isset(self::$x) 0.093 0.063 empty(self::$x) 0.104 0.075 $x = Foo::$x 0.164 0.134 Foo::$x = 0 0.068 0.038 isset(Foo::$x) 0.072 0.042 empty(Foo::$x) 0.089 0.060 self::f() 0.140 0.111 Foo::f() 0.119 0.089 $x = $this->x 0.102 0.073 $this->x = 0 0.059 0.030 $this->x += 2 0.108 0.079 ++$this->x 0.076 0.046 --$this->x 0.074 0.045 $this->x++ 0.088 0.058 $this->x-- 0.092 0.062 isset($this->x) 0.093 0.064 empty($this->x) 0.102 0.073 $this->f() 0.136 0.106 $x = Foo::TEST 0.107 0.078 new Foo() 1.219 1.189 $x = TEST 0.070 0.040 $x = $_GET 0.109 0.080 $x = $GLOBALS['v'] 0.135 0.106 $x = $hash['v'] 0.101 0.072 $x = $str[0] 0.090 0.061 $x = $a ?: null 0.088 0.059 $x = $f ?: tmp 0.083 0.053 $x = $f ? $f : $a 0.069 0.040 $x = $f ? $f : tmp 0.075 0.045 ------------------------ Total 4.471