empty_loop 0.036 func() 0.118 0.082 undef_func() 0.157 0.121 int_func() 0.086 0.050 $x = self::$x 0.106 0.069 self::$x = 0 0.128 0.092 isset(self::$x) 0.099 0.062 empty(self::$x) 0.114 0.077 $x = Foo::$x 0.113 0.077 Foo::$x = 0 0.081 0.044 isset(Foo::$x) 0.076 0.040 empty(Foo::$x) 0.164 0.127 self::f() 0.159 0.123 Foo::f() 0.127 0.090 $x = $this->x 0.087 0.051 $this->x = 0 0.062 0.025 $this->x += 2 0.112 0.075 ++$this->x 0.077 0.040 --$this->x 0.077 0.040 $this->x++ 0.102 0.065 $this->x-- 0.097 0.060 isset($this->x) 0.106 0.069 empty($this->x) 0.118 0.082 $this->f() 0.132 0.096 $x = Foo::TEST 0.098 0.061 new Foo() 0.841 0.805 $x = TEST 0.072 0.036 $x = $_GET 0.133 0.096 $x = $GLOBALS['v'] 0.152 0.116 $x = $hash['v'] 0.127 0.091 $x = $str[0] 0.088 0.052 $x = $a ?: null 0.088 0.052 $x = $f ?: tmp 0.083 0.047 $x = $f ? $f : $a 0.070 0.034 $x = $f ? $f : tmp 0.078 0.042 ------------------------ Total 4.364