3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 10; $i++) { $a = create_function('', 'return '. $i .';'); var_dump($a()); $b = "\0lambda_". ($i + 1); var_dump($b()); }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Fatal error: Uncaught Error: Call to undefined function create_function() in /in/3GV6K:4 Stack trace: #0 {main} thrown in /in/3GV6K on line 4
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(0) int(0) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(1) int(1) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(2) int(2) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(3) int(3) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(4) int(4) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(5) int(5) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(6) int(6) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(7) int(7) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(8) int(8) Deprecated: Function create_function() is deprecated in /in/3GV6K on line 4 int(9) int(9)
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.3.32 - 7.3.33
int(0) int(0) int(1) int(1) int(2) int(2) int(3) int(3) int(4) int(4) int(5) int(5) int(6) int(6) int(7) int(7) int(8) int(8) int(9) int(9)

preferences:
238.51 ms | 404 KiB | 329 Q