3v4l.org

run code in 300+ PHP versions simultaneously
<?php $count = 2; $code = ' $ret = ""; for ($j=0; $j<100; $j++) { $ret.= md5($i.$j.$ret); } return $ret'; $fName = create_function('$i', $code); $start = microtime(true); for($i = 0; $i < $count; $i++){ echo eval($code)."\r\n"; } printf("#1, done in %f\n", microtime(true) - $start); $start = microtime(true); for($i = 0; $i < $count; $i++){ echo $fName($i)."\r\n"; } printf("#2, done in %f\n", microtime(true) - $start); ?>
Output for 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Deprecated: Function create_function() is deprecated in /in/lYJIS on line 10 Parse error: syntax error, unexpected '}', expecting ';' in /in/lYJIS(10) : runtime-created function on line 6
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Parse error: syntax error, unexpected '}', expecting ';' in /in/lYJIS(10) : runtime-created function on line 6
Process exited with code 255.
Output for 5.4.2, 5.4.29, 5.6.2, 5.6.40
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000078 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.39
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000114 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.37 - 5.6.38
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000090 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.36
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000093 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.1, 5.6.35
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000085 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.38, 5.5.26, 5.6.31, 5.6.34
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000052 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.5, 5.6.21, 5.6.33
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000047 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.3, 5.5.25, 5.5.28, 5.5.31, 5.6.17, 5.6.32
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000059 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.27, 5.6.30
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000066 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.19, 5.5.18, 5.6.18, 5.6.20, 5.6.29
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000080 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.16, 5.4.22, 5.4.45, 5.5.10, 5.5.14, 5.6.8, 5.6.28
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000050 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.27
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000096 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.36, 5.6.12, 5.6.26
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000061 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.7, 5.6.0, 5.6.4, 5.6.25
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000075 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.18, 5.4.23, 5.6.24
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000045 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.23
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000082 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.22
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000098 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.19
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000058 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.20, 5.6.16
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000063 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.10, 5.6.15
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000105 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.14
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000094 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.13
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000041 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.11
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000055 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.20, 5.5.0, 5.6.9 - 5.6.10
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000051 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.6.7
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000053 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.31, 5.5.15, 5.5.24, 5.6.6
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000069 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.8, 5.5.33, 5.6.5
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000049 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.14, 5.6.3
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000062 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.30, 5.5.12, 5.6.1
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000081 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.13, 5.5.38
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000104 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.40, 5.5.37
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000068 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.32, 5.5.36
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000087 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.35
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000070 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.34
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000077 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.6, 5.5.32
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000054 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.21, 5.5.30
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000048 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.21, 5.5.29
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000117 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.23
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000136 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.8, 5.4.25, 5.5.22
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000107 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.6, 5.5.19
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000092 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.27, 5.5.17
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000079 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.41, 5.5.16
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000110 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.17, 5.5.13
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000084 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.11
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000086 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.9
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000083 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.4
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000121 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.44, 5.5.3
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000124 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.5.2
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000073 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.43
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000109 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.42
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000126 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.39
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000099 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.37
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000146 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.35
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000088 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.34
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000064 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.33
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000074 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.28
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000044 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.15, 5.4.26
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000046 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.24
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000116 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.12
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000118 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.0, 5.4.11
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000102 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.9
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000113 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.7
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000101 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.5
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000143 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.4
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000106 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.4.1
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected end of file in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000100 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.29
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000024 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.0, 5.3.28
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000019 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.9, 5.3.27
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000014 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.26
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000054 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.19, 5.3.25
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000026 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.24
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000021 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000050 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.22
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000041 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.21
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000046 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.20
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000037 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.18
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000053 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.17
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000032 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.16
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000007 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.15
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000004 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.14
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000034 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.13
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000023 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.12
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000018 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.11
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000020 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.10
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000000 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.8
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000030 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.7
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000027 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.6
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000003 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.5
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000019 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.4
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000036 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.3
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000041 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.3.2
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000047 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.6, 5.3.1
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000025 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.17
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.051972 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.16
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.062396 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.15
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.040612 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.14
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000065 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.13
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000028 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.12
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in -0.000058 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.11
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000022 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.10
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000006 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.9
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000067 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.8
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000011 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.7
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000004 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.5
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000073 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.4
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000023 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.3
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000012 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.2
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000048 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.1
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000166 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.2.0
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000110 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.6
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000112 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.5
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000090 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.4
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000115 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.3
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000127 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.2
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000103 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.1
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000104 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.1.0
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000064 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.0.5
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000097 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.0.4
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000106 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.0.3
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000116 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.0.2
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000093 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.0.1
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000075 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 5.0.0
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000101 Fatal error: Function name must be a string in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.9
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000133 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.8
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000145 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.7
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000099 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.6
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000095 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.5
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000163 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.4
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000059 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.3
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000141 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.2
Parse error: syntax error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 Parse error: syntax error, unexpected $end in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000139 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.1
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000088 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.4.0
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000210 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.8, 4.3.11
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000124 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.10
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000083 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.9
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000104 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.7
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000086 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.6
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000179 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.5
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000152 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.4
Parse error: parse error in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000134 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.3
Parse error: parse error in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000123 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.2
Parse error: parse error in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000099 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.1
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000117 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.
Output for 4.3.0
Parse error: parse error, unexpected '}' in /in/lYJIS(10) : runtime-created function on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 Parse error: parse error, unexpected $ in /in/lYJIS(14) : eval()'d code on line 6 #1, done in 0.000115 Fatal error: Call to undefined function: () in /in/lYJIS on line 21
Process exited with code 255.

preferences:
243.52 ms | 402 KiB | 325 Q