3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { public function bar($x,$y){ return $x*$y; } } $s = microtime(true); $foo = new foo(); for($x = 0; $x < 10000; $x++ ){ call_user_func(array($foo, 'bar'), 10,20); } echo round(microtime(true) - $s,5)."\n"; $s = microtime(true); $foo = new foo(); $met = 'bar'; for($x = 0; $x < 10000; $x++ ){ $foo->$bar(10,20); } echo round(microtime(true) - $s,5)."\n";
Output for 7.3.1
0.00305 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.0, 7.3.0
0.00261 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.13
0.00293 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.12
0.01593 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.11
0.00144 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.10
0.00285 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.9
0.00137 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.8
0.00256 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.7
0.12929 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.6
0.01519 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.5
0.00376 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.4
0.00995 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.3
0.00392 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.2
0.00148 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.1
0.00375 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.2.0
0.00161 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.31, 7.1.25
0.00273 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.24
0.00325 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.2, 7.1.23
0.00307 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.22
0.00254 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.21
0.00308 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.20
0.00332 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.19
0.00245 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.15, 7.1.18
0.00241 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.17
0.00414 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.27, 7.1.16
0.00303 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.14
0.00249 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.13
0.00301 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.1, 7.1.5, 7.1.12
0.00314 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.11
0.00235 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.10
0.0031 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.9
0.00219 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.8
0.00377 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.7
0.00321 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.6
0.00278 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.4
0.00291 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.3
0.0024 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.2
0.00326 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.1.0
0.00381 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.7, 7.0.33
0.00258 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.32
0.00274 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.5, 7.0.20, 7.0.30
0.00306 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.29
0.00373 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.28
0.0038 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.26
0.00357 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.10, 7.0.25
0.00255 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.24
0.00378 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.23
0.00229 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.22
0.00336 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.21
0.0022 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.8, 7.0.19
0.00311 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.18
0.00284 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.17
0.0023 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.16
0.00362 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.15
0.00275 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.14
0.00231 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.13
0.00263 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.12
0.00218 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.11
0.00324 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.9
0.00267 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.6
0.00313 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.4
0.0037 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.3
0.0034 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 7.0.1
0.00208 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Uncaught Error: Method name must be a string in /in/UkLYp:22 Stack trace: #0 {main} thrown in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.16, 5.6.32, 5.6.38
0.00692 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.37
0.0082 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.36
0.00995 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.35
0.0096 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.34
0.00845 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.33
0.0094 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.31
0.0092 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.30
0.00914 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.35, 5.6.29
0.00732 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.28
0.00814 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.27
0.00685 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.6, 5.6.26
0.00827 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.25
0.00822 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.24
0.00945 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.23
0.00847 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.22
0.00867 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.21
0.00741 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.20
0.0085 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.19
0.0069 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.18
0.01127 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.17
0.00997 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.18, 5.6.15
0.00871 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.3, 5.6.14
0.00793 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.13
0.00799 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.12
0.00696 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.11
0.00796 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.10
0.00688 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.9
0.0068 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.8
0.01078 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.7
0.00841 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.5
0.00697 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.4
0.00916 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.2
0.00734 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.39, 5.6.1
0.00853 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.6.0
0.00693 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.13, 5.5.38
0.01192 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.37
0.00882 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.36
0.00738 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.34
0.00987 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.25, 5.5.33
0.00736 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.32
0.01263 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.31
0.01203 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.33, 5.5.30
0.01135 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.27, 5.5.29
0.0087 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.10, 5.5.28
0.00792 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.27
0.00791 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.27, 5.5.26
0.00996 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.24
0.0086 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.23
0.00972 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.22
0.00717 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.21
0.01153 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.20
0.00993 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.19
0.00933 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.17
0.00826 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.16
0.0099 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.15
0.00766 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.14
0.00824 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.13
0.00962 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.12
0.00843 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.11
0.00726 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.20, 5.5.5, 5.5.9
0.00989 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.8
0.00706 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.7
0.00837 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.6
0.01156 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.25, 5.5.4
0.01026 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.3
0.00949 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.2
0.00956 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.24, 5.5.1
0.0102 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.5.0
0.01051 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.45
0.01123 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.44
0.00767 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.43
0.01149 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.42
0.00782 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.41
0.00964 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.40
0.00928 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.38
0.01003 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.37
0.01143 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.7, 5.4.36
0.01106 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.35
0.00779 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.34
0.00806 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.32
0.00919 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.31
0.01062 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.30
0.00789 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.29
0.00904 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.28
0.01137 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.26
0.00817 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.25
0.01071 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.24
0.01118 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.23
0.00768 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.22
0.01117 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.21
0.01064 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.1, 5.4.19
0.00759 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.18
0.00713 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.17
0.01188 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.16
0.01063 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.15
0.00769 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.14
0.01128 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.12
0.00906 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.11
0.0071 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.10
0.00851 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.9
0.00751 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.8
0.00856 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.6
0.00816 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.5
0.0097 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.7, 5.4.4
0.01294 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.3
0.00954 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.2
0.00907 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.4.0
0.00805 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.29
0.0146 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.28
0.01086 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.26
0.00991 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.23
0.0113 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.22
0.01159 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.21
0.00873 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.20
0.0098 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.19
0.0119 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.18
0.00889 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.17
0.00861 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.16
0.01155 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.15
0.01395 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.14
0.01302 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.13
0.01094 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.12
0.01259 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.11
0.01005 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.10
0.01271 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.9
0.0112 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.8
0.01073 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.6
0.0123 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.5
0.01201 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.4
0.01049 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.3
0.01017 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.2
0.00953 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.1
0.01096 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.3.0
0.01208 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.17
0.01474 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.16
0.01194 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.15
0.01639 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.14
0.01245 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.13
0.01654 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.12
0.01243 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.11
0.0126 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.10
0.01555 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.9
0.01563 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.8
0.01642 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.7
0.01101 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.6
0.01318 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.5
0.01701 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.4
0.01591 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.3
0.01605 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.2
0.01402 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.1
0.01875 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.2.0
0.01306 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.6
0.01678 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.5
0.01447 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.4
0.01588 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.3
0.01574 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.2
0.01572 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.1
0.01634 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.1.0
0.01606 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.0.5
0.01825 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.0.4
0.02015 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.0.3
0.0204 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.0.2
0.01767 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.0.1
0.01987 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 5.0.0
0.02113 Notice: Undefined variable: bar in /in/UkLYp on line 22 Fatal error: Method name must be a string in /in/UkLYp on line 22
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/UkLYp on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/UkLYp on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/UkLYp on line 4
Process exited with code 255.

preferences:
213.53 ms | 401 KiB | 288 Q