empty_loop 0.032 func() 0.109 0.077 undef_func() 0.118 0.086 int_func() 0.079 0.047 $x = self::$x 0.100 0.068 self::$x = 0 0.104 0.072 isset(self::$x) 0.095 0.063 empty(self::$x) 0.105 0.074 $x = Foo::$x 0.200 0.169 Foo::$x = 0 0.069 0.038 isset(Foo::$x) 0.075 0.043 empty(Foo::$x) 0.197 0.166 self::f() 0.143 0.111 Foo::f() 0.112 0.080 $x = $this->x 0.078 0.046 $this->x = 0 0.051 0.019 $this->x += 2 0.104 0.073 ++$this->x 0.073 0.042 --$this->x 0.070 0.038 $this->x++ 0.086 0.054 $this->x-- 0.085 0.053 isset($this->x) 0.092 0.061 empty($this->x) 0.104 0.072 $this->f() 0.134 0.103 $x = Foo::TEST 0.106 0.074 new Foo() 0.322 0.291 $x = TEST 0.061 0.029 $x = $_GET 0.095 0.063 $x = $GLOBALS['v'] 0.152 0.120 $x = $hash['v'] 0.113 0.081 $x = $str[0] 0.081 0.050 $x = $a ?: null 0.075 0.043 $x = $f ?: tmp 0.078 0.046 $x = $f ? $f : $a 0.071 0.039 $x = $f ? $f : tmp 0.071 0.039 ------------------------ Total 3.638