empty_loop 0.028 func() 0.133 0.105 undef_func() 0.126 0.098 int_func() 0.077 0.049 $x = self::$x 0.097 0.069 self::$x = 0 0.119 0.091 isset(self::$x) 0.091 0.063 empty(self::$x) 0.100 0.072 $x = Foo::$x 0.104 0.076 Foo::$x = 0 0.068 0.040 isset(Foo::$x) 0.073 0.045 empty(Foo::$x) 0.107 0.079 self::f() 0.132 0.104 Foo::f() 0.128 0.099 $x = $this->x 0.080 0.052 $this->x = 0 0.051 0.023 $this->x += 2 0.094 0.066 ++$this->x 0.076 0.048 --$this->x 0.064 0.036 $this->x++ 0.085 0.057 $this->x-- 0.087 0.059 isset($this->x) 0.097 0.069 empty($this->x) 0.114 0.086 $this->f() 0.117 0.089 $x = Foo::TEST 0.100 0.072 new Foo() 0.372 0.344 $x = TEST 0.064 0.036 $x = $_GET 0.112 0.084 $x = $GLOBALS['v'] 0.156 0.128 $x = $hash['v'] 0.131 0.103 $x = $str[0] 0.090 0.062 $x = $a ?: null 0.083 0.054 $x = $f ?: tmp 0.088 0.060 $x = $f ? $f : $a 0.071 0.043 $x = $f ? $f : tmp 0.077 0.049 ------------------------ Total 3.591