3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { public static function bar($x,$y){ return $x*$y; } } $s = microtime(true); $met = 'bar'; for($x = 0; $x < 100000; $x++ ){ call_user_func(array('foo', $met), 10,20); } echo round(microtime(true) - $s,5)."\n"; $s = microtime(true); $met = 'bar'; for($x = 0; $x < 100000; $x++ ){ foo::{$bar}(10,20); } echo round(microtime(true) - $s,5)."\n";
Output for 7.3.0
0.01749 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.13
0.0161 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.12
0.01731 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.11
0.01725 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.10
0.03972 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.9
0.02417 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.8
0.01884 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.7
0.01652 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.6
0.01734 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.5
0.01808 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.4
0.01671 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.3
0.0164 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.2
0.03312 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.1
0.02425 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.2.0
0.01748 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.25
0.02667 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.24
0.03401 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.23
0.02492 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.22
0.02444 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.21
0.02566 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.20
0.0288 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.19
0.02523 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.18
0.02432 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.17
0.0271 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.16
0.02689 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.15
0.02442 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.14
0.02635 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.13
0.02723 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.18, 7.1.12
0.02579 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.11
0.02866 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.10
0.02469 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.9
0.0265 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.8
0.02407 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.7
0.03264 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.6
0.02762 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.5
0.02662 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.4
0.02695 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.3
0.07556 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.2
0.0657 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.1
0.02922 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.1.0
0.07827 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.33
0.0579 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.32
0.02362 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.31
0.02565 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.30
0.02618 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.29
0.04971 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.28
0.02538 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.27
0.02368 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.26
0.0246 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.25
0.02354 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.24
0.02813 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.23
0.03832 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.8, 7.0.22
0.02385 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.21
0.02652 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.20
0.03745 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.19
0.07051 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.17
0.02321 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.16
0.02568 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.15
0.02809 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.14
0.0404 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.13
0.02477 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.12
0.0261 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.11
0.03058 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.10
0.0278 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.9
0.06796 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.7
0.03903 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.6
0.02606 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.5
0.03007 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.4
0.03498 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.3
0.0379 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.2
0.0331 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.1
0.0277 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 7.0.0
0.03386 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Uncaught Error: Function name must be a string in /in/tI8op:21 Stack trace: #0 {main} thrown in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.38
0.08498 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.37
0.08423 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.36
0.07567 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.35
0.07796 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.34
0.09283 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.33
0.07688 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.32
0.07329 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.9, 5.6.31
0.07837 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.30
0.07909 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.29
0.07686 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.28
0.08334 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.27
0.08837 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.26
0.09659 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.25
0.09445 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.24
0.0793 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.23
0.0794 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.22
0.07493 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.21
0.09563 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.20
0.09124 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.19
0.07774 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.18
0.08297 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.17
0.07744 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.16
0.07463 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.15
0.08098 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.14
0.07903 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.13
0.07733 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.12
0.13123 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.11
0.08321 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.10
0.07914 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.8
0.0824 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.7
0.08013 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.6
0.09338 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.5
0.08369 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.4
0.09637 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.3
0.08959 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.2
0.10214 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.1
0.08814 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.6.0
0.12745 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.38
0.08309 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.37
0.08771 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.36
0.15413 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.35
0.19475 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.34
0.07737 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.33
0.17474 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.32
0.08469 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.31
0.11146 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.30
0.08303 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.29
0.09649 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.28
0.08403 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.27
0.10238 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.26
0.08378 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.25
0.12535 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.24
0.10162 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.23
0.09624 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.22
0.08247 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.21
0.08092 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.20
0.09595 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.19
0.08426 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.18
0.09507 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.17
0.08246 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.16
0.08692 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.15
0.07867 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.14
0.10203 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.13
0.24909 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.12
0.0854 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.11
0.0933 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.10
0.10396 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.9
0.07716 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.8
0.07564 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.7
0.07674 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.6
0.07977 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.5
0.08527 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.4
0.09295 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.3
0.0731 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.2
0.09324 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.1
0.07822 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.5.0
0.07661 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.45
0.08206 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.44
0.08412 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.43
0.10036 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.42
0.08677 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.41
0.08203 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.40
0.08547 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.39
0.10041 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.38
0.08925 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.37
0.08698 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.34, 5.4.36
0.09294 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.35
0.08274 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.33
0.09292 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.32
0.08159 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.31
0.08705 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.30
0.08863 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.29
0.09104 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.28
0.08568 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.27
0.09234 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.26
0.07929 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.25
0.08224 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.24
0.08201 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.23
0.08528 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.22
0.08263 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.21
0.10985 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.20
0.09521 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.19
0.07697 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.18
0.08177 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.17
0.10398 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.16
0.08088 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.15
0.09675 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.14
0.08746 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.13
0.08118 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.12
0.09708 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.11
0.09907 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.10
0.11512 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.9
0.08605 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.8
0.10187 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.7
0.10711 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.6
0.09281 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.5
0.08672 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.4
0.08633 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.3
0.09524 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.2
0.0871 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.1
0.08535 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.4.0
0.08753 Notice: Undefined variable: bar in /in/tI8op on line 21 Fatal error: Function name must be a string in /in/tI8op on line 21
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '{', expecting T_STRING or T_VARIABLE or '$' in /in/tI8op on line 21
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected '{', expecting T_STRING or T_VARIABLE or '$' in /in/tI8op on line 21
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/tI8op 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/tI8op 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/tI8op on line 4
Process exited with code 255.

preferences:
194.08 ms | 401 KiB | 287 Q