empty_loop 0.032 func() 0.122 0.090 undef_func() 0.136 0.104 int_func() 0.074 0.042 $x = self::$x 0.123 0.091 self::$x = 0 0.105 0.073 isset(self::$x) 0.094 0.062 empty(self::$x) 0.113 0.081 $x = Foo::$x 0.087 0.055 Foo::$x = 0 0.068 0.036 isset(Foo::$x) 0.075 0.043 empty(Foo::$x) 0.078 0.046 self::f() 0.138 0.106 Foo::f() 0.112 0.080 $x = $this->x 0.072 0.040 $this->x = 0 0.058 0.026 $this->x += 2 0.139 0.106 ++$this->x 0.085 0.053 --$this->x 0.074 0.042 $this->x++ 0.091 0.059 $this->x-- 0.087 0.055 isset($this->x) 0.095 0.063 empty($this->x) 0.116 0.084 $this->f() 0.135 0.103 $x = Foo::TEST 0.109 0.077 new Foo() 1.492 1.460 $x = TEST 0.064 0.032 $x = $_GET 0.100 0.068 $x = $GLOBALS['v'] 0.156 0.124 $x = $hash['v'] 0.111 0.079 $x = $str[0] 0.079 0.047 $x = $a ?: null 0.076 0.044 $x = $f ?: tmp 0.080 0.048 $x = $f ? $f : $a 0.072 0.040 $x = $f ? $f : tmp 0.072 0.040 ------------------------ Total 4.719